mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 18:12:27 +00:00
Refactoring
This commit is contained in:
7
crates/dav/src/resource/methods/mod.rs
Normal file
7
crates/dav/src/resource/methods/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
mod delete;
|
||||
mod propfind;
|
||||
mod proppatch;
|
||||
|
||||
pub(crate) use delete::route_delete;
|
||||
pub(crate) use propfind::route_propfind;
|
||||
pub(crate) use proppatch::route_proppatch;
|
||||
Reference in New Issue
Block a user