Added drawing squares
This commit is contained in:
@@ -112,9 +112,6 @@ async fn main() -> std::io::Result<()> {
|
||||
let host = env::var("SERVICE_HOST").unwrap_or("localhost".to_string());
|
||||
let port = env::var("SERVICE_PORT").unwrap_or("5000".to_string());
|
||||
|
||||
crate::storage::upload_file("test.txt", b"Test").await.unwrap();
|
||||
crate::storage::delete_file("test.txt").await.unwrap();
|
||||
|
||||
let server = match HttpServer::new(move || {
|
||||
let cors = Cors::default()
|
||||
.allow_any_origin()
|
||||
|
||||
Reference in New Issue
Block a user