diff --git a/project/backend/src/main.rs b/project/backend/src/main.rs index 82c6187..054ab8d 100644 --- a/project/backend/src/main.rs +++ b/project/backend/src/main.rs @@ -68,7 +68,7 @@ async fn main() -> std::io::Result<()> { .secure(false), )) .data(get_pool()) - .service(Files::new("/", "./static").index_file("index.html")) + // .service(Files::new("/", "./static").index_file("index.html")) .service(authentication::register) .service(authentication::login) .service(authentication::logout)