diff --git a/src/main.rs b/src/main.rs index efb8e95..c6b78af 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,7 +30,6 @@ async fn main() { let state = GlobalState { db_client: client, stmt_get_link: statements.0, stmt_add_link: statements.1 }; rocket::build() .mount("/", routes![create, go_to_link]) - .mount("/", FileServer::from("static")) .manage(Mutex::new(state)) .configure(config) .launch() diff --git a/static/404.html b/static/404.html deleted file mode 100644 index 822cdc1..0000000 --- a/static/404.html +++ /dev/null @@ -1 +0,0 @@ -
e||125