mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
Re-add frontend redirect
This commit is contained in:
@@ -48,5 +48,5 @@ pub fn make_app<AS: AddressbookStore + ?Sized, CS: CalendarStore + ?Sized>(
|
|||||||
frontend_config,
|
frontend_config,
|
||||||
)
|
)
|
||||||
}))
|
}))
|
||||||
// .service(web::redirect("/", "/frontend").see_other())
|
.service(web::redirect("/", "/frontend").see_other())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user