remove prefix parameter

This commit is contained in:
Lennart
2024-10-04 18:16:25 +02:00
parent 2aa0e173c8
commit 8ed0c3ec2a
2 changed files with 1 additions and 7 deletions

View File

@@ -31,7 +31,6 @@ pub fn configure_well_known(cfg: &mut web::ServiceConfig, caldav_root: String) {
pub fn configure_dav<AP: AuthenticationProvider, C: CalendarStore + ?Sized>(
cfg: &mut web::ServiceConfig,
prefix: String,
auth_provider: Arc<AP>,
store: Arc<RwLock<C>>,
) {