Re-add frontend redirect

This commit is contained in:
Lennart
2025-01-04 18:06:45 +01:00
parent 13e3b2d4ba
commit 4c559e00aa

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