aboutsummaryrefslogtreecommitdiff
path: root/aero-proto/src
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-05-28 13:04:46 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-05-28 13:04:46 +0200
commit410d663a5ecbb6ca46ac049227afdaaaf50ac27f (patch)
treec5ec222da00e2d6caf9a6c79b12cef3df59e5ef0 /aero-proto/src
parent10dac17ce173e584fc857f717f645c05b7cd42ac (diff)
downloadaerogramme-410d663a5ecbb6ca46ac049227afdaaaf50ac27f.tar.gz
aerogramme-410d663a5ecbb6ca46ac049227afdaaaf50ac27f.zip
add a multistatus extension entrypoint
Diffstat (limited to 'aero-proto/src')
-rw-r--r--aero-proto/src/dav/controller.rs1
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,
}
}
}