Skip to content

Commit

Permalink
EDITOR-#473 Rewrite UploadData (#489)
Browse files Browse the repository at this point in the history
* temp

* a

* debug

* handle no effect
  • Loading branch information
jass921026 authored Feb 3, 2024
1 parent b5b12a1 commit 720e9b0
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 @@ -32,4 +32,5 @@ pub fn build_api_routes() -> Router {
"/getDancerLEDData",
get(get_dancer_led_data::get_dancer_led_data),
)
.route("/uploadData", post(upload_data::upload_data))
}
Loading

0 comments on commit 720e9b0

Please sign in to comment.