Rename propfind to xml_snippets

This commit is contained in:
Lennart
2023-09-13 19:35:08 +02:00
parent d69c0dcd45
commit 4eb8aa44b4
8 changed files with 7 additions and 7 deletions

View File

@@ -17,11 +17,11 @@ use tokio::sync::RwLock;
pub mod depth_extractor;
pub mod error;
pub mod namespace;
mod propfind;
pub mod proptypes;
pub mod resource;
pub mod resources;
pub mod routes;
mod xml_snippets;
pub struct CalDavContext<C: CalendarStore> {
pub prefix: String,