aboutsummaryrefslogtreecommitdiff
path: root/aero-proto/src/dav/controller.rs
diff options
context:
space:
mode:
Diffstat (limited to 'aero-proto/src/dav/controller.rs')
-rw-r--r--aero-proto/src/dav/controller.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/aero-proto/src/dav/controller.rs b/aero-proto/src/dav/controller.rs
index de6403e..5762581 100644
--- a/aero-proto/src/dav/controller.rs
+++ b/aero-proto/src/dav/controller.rs
@@ -209,7 +209,7 @@ impl Controller {
let response = Response::builder()
.status(200)
- //.header("content-type", "application/xml; charset=\"utf-8\"")
+ .header("content-type", self.node.content_type())
.body(boxed_body)?;
Ok(response)