mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-17 18:19:40 +00:00
move some files around
This commit is contained in:
7
crates/dav/src/methods/mod.rs
Normal file
7
crates/dav/src/methods/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
pub mod delete;
|
||||
pub mod propfind;
|
||||
pub mod proppatch;
|
||||
|
||||
pub use delete::route_delete;
|
||||
pub use propfind::route_propfind;
|
||||
pub use proppatch::route_proppatch;
|
||||
Reference in New Issue
Block a user