mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 12:52:27 +00:00
Disable carddav entrypoint
This commit is contained in:
@@ -36,9 +36,8 @@ pub fn make_app<CS: CalendarStore + ?Sized, A: CheckAuthentication>(
|
|||||||
}))
|
}))
|
||||||
.service(
|
.service(
|
||||||
web::scope("/.well-known")
|
web::scope("/.well-known")
|
||||||
.configure(|cfg| rustical_caldav::configure_well_known(cfg, "/caldav".to_string()))
|
.configure(|cfg| rustical_caldav::configure_well_known(cfg, "/caldav".to_string())), // .configure(|cfg| {
|
||||||
.configure(|cfg| {
|
// rustical_carddav::configure_well_known(cfg, "/carddav".to_string())
|
||||||
rustical_carddav::configure_well_known(cfg, "/carddav".to_string())
|
// }),
|
||||||
}),
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user