diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-28 13:04:46 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-28 13:04:46 +0200 |
commit | 410d663a5ecbb6ca46ac049227afdaaaf50ac27f (patch) | |
tree | c5ec222da00e2d6caf9a6c79b12cef3df59e5ef0 /aero-proto/src/dav | |
parent | 10dac17ce173e584fc857f717f645c05b7cd42ac (diff) | |
download | aerogramme-410d663a5ecbb6ca46ac049227afdaaaf50ac27f.tar.gz aerogramme-410d663a5ecbb6ca46ac049227afdaaaf50ac27f.zip |
add a multistatus extension entrypoint
Diffstat (limited to 'aero-proto/src/dav')
-rw-r--r-- | aero-proto/src/dav/controller.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aero-proto/src/dav/controller.rs b/aero-proto/src/dav/controller.rs index 1b7f7ee..4bae68a 100644 --- a/aero-proto/src/dav/controller.rs +++ b/aero-proto/src/dav/controller.rs @@ -309,6 +309,7 @@ impl Controller { dav::Multistatus::<All> { responses, responsedescription: None, + extension: None, } } } |