This commit is contained in:
@@ -128,7 +128,6 @@ async fn delete_file(path: web::Path<(String, String)>) -> impl Responder {
|
||||
|
||||
#[actix_web::main]
|
||||
async fn main() -> std::io::Result<()> {
|
||||
dotenv().expect("No env!");
|
||||
HttpServer::new(|| {
|
||||
let cors = Cors::permissive();
|
||||
App::new()
|
||||
|
Reference in New Issue
Block a user