mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 05:52:19 +00:00
Massive refactoring how DAV resources and routes work
This commit is contained in:
@@ -42,7 +42,8 @@ pub fn make_app<CS: CalendarStore + ?Sized>(
|
||||
// }),
|
||||
)
|
||||
.service(
|
||||
web::scope("/frontend").configure(|cfg| configure_frontend(cfg, cal_store.clone())),
|
||||
web::scope("/frontend")
|
||||
.configure(|cfg| configure_frontend(cfg, auth_provider.clone(), cal_store.clone())),
|
||||
)
|
||||
.service(web::redirect("/", "/frontend").permanent())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user