mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 02:22:21 +00:00
Fix bug with missing trailing slash in propfind response
This commit is contained in:
@@ -18,7 +18,6 @@ pub trait ResourceService: Clone + Sized + Send + Sync + AxumMethods + 'static {
|
||||
type PrincipalUri: PrincipalUri;
|
||||
|
||||
const DAV_HEADER: &'static str;
|
||||
const IS_COLLECTION: bool;
|
||||
|
||||
async fn get_members(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user