Skip to content

Commit

Permalink
Merge branch '2024-editor-server' into EDITOR-NTUEELightDance#523
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenBingWei1201 authored Feb 4, 2024
2 parents 5909094 + 720e9b0 commit 374d373
Show file tree
Hide file tree
Showing 6 changed files with 549 additions and 26 deletions.
163 changes: 140 additions & 23 deletions editor-server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions editor-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ futures-core = "0.3.28"
futures-util = "0.3.28"
http = "0.2.7"
itertools = "0.12.0"
indicatif = { version = "*" }
once_cell = "1.18.0"
redis = { version = "0.23.3", features = ["tokio-comp"] }
serde = "1.0.188"
Expand Down
1 change: 1 addition & 0 deletions editor-server/src/routes/api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ pub fn build_api_routes() -> Router {
get(get_dancer_led_data::get_dancer_led_data),
)
.route("/exportData", get(export_data::export_data))
.route("/uploadData", post(upload_data::upload_data))
}
Loading

0 comments on commit 374d373

Please sign in to comment.