mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
Move well-known routes to main::app.rs
This commit is contained in:
@@ -24,10 +24,6 @@ mod subscription;
|
||||
|
||||
pub use error::Error;
|
||||
|
||||
pub fn configure_well_known(cfg: &mut web::ServiceConfig, caldav_root: String) {
|
||||
cfg.service(web::redirect("/caldav", caldav_root).permanent());
|
||||
}
|
||||
|
||||
pub fn configure_dav<
|
||||
AP: AuthenticationProvider,
|
||||
AS: AddressbookStore,
|
||||
|
||||
Reference in New Issue
Block a user