diff --git a/src/interfaces/api/handlers/mod.rs b/src/interfaces/api/handlers/mod.rs index d5603dc0..d31d688d 100644 --- a/src/interfaces/api/handlers/mod.rs +++ b/src/interfaces/api/handlers/mod.rs @@ -3,7 +3,6 @@ pub mod app_password_handler; pub mod auth_handler; pub mod batch_handler; pub mod caldav_handler; -pub mod calendar_rest_handler; pub mod carddav_handler; pub mod chunked_upload_handler; pub mod contacts_handler;