Add a route to upload update to the platform
This commit is contained in:
@ -25,6 +25,7 @@ actix = "0.13.5"
|
||||
actix-identity = "0.8.0"
|
||||
actix-session = { version = "0.10.1", features = ["cookie-session"] }
|
||||
actix-cors = "0.7.0"
|
||||
actix-multipart = { version ="0.7.2", features = ["derive"] }
|
||||
actix-remote-ip = "0.1.0"
|
||||
futures-util = "0.3.30"
|
||||
uuid = { version = "1.10.0", features = ["v4", "serde"] }
|
||||
|
Reference in New Issue
Block a user