mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 10:32:19 +00:00
Lots of refactoring around routing
This commit is contained in:
@@ -44,8 +44,6 @@ pub(crate) async fn route_propfind<R: ResourceService>(
|
||||
}
|
||||
};
|
||||
|
||||
dbg!(&propfind);
|
||||
|
||||
// TODO: respect namespaces?
|
||||
let props = match &propfind.prop {
|
||||
PropfindType::Allprop => vec!["allprop"],
|
||||
|
||||
Reference in New Issue
Block a user