caldav: Refactoring

This commit is contained in:
Lennart
2024-05-27 15:41:39 +02:00
parent fe5f3207ae
commit eb70aae9c3
7 changed files with 110 additions and 110 deletions

View File

@@ -1,4 +1,4 @@
use crate::resources::event::EventFile;
use crate::event::resource::EventFile;
use crate::CalDavContext;
use crate::Error;
use actix_web::http::header::ContentType;

View File

@@ -1,2 +1,2 @@
pub mod methods;
pub mod resource;
pub mod route;