Workaround for #10

This commit is contained in:
Lennart
2025-01-04 16:10:07 +01:00
parent f406b7dbb2
commit 577091cf02
5 changed files with 6 additions and 28 deletions

View File

@@ -48,5 +48,5 @@ pub fn make_app<AS: AddressbookStore + ?Sized, CS: CalendarStore + ?Sized>(
frontend_config,
)
}))
.service(web::redirect("/", "/frontend").see_other())
// .service(web::redirect("/", "/frontend").see_other())
}