path '/' now goes to '/index.html'

pull/5/head
~erin 2021-07-18 15:31:23 -04:00
parent f3bebd2e82
commit cdec230f79
Signed by: erin
GPG Key ID: DA70E064A8C70F44
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ fn main() {
chat::fetch_messages
],
)
.mount("/", routes![auth::index])
.mount("/", StaticFiles::from("frontend"))
.attach(cors_fairing)
.launch();