update Config.toml
Some checks failed
Nginx / build (push) Failing after 36s

This commit is contained in:
lychang
2025-06-24 02:46:43 +08:00
parent d38d18ef82
commit 9145abe288

View File

@@ -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()