mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
OPTIONS: Reflect that we support MKCALENDAR but not MKCOL
This commit is contained in:
@@ -116,7 +116,7 @@ async fn options_handler() -> impl Responder {
|
|||||||
HttpResponse::Ok()
|
HttpResponse::Ok()
|
||||||
.insert_header((
|
.insert_header((
|
||||||
"Allow",
|
"Allow",
|
||||||
"OPTIONS, GET, HEAD, POST, PUT, REPORT, PROPFIND, PROPPATCH, MKCOL",
|
"OPTIONS, GET, HEAD, POST, PUT, REPORT, PROPFIND, PROPPATCH, MKCALENDAR",
|
||||||
))
|
))
|
||||||
.insert_header((
|
.insert_header((
|
||||||
"DAV",
|
"DAV",
|
||||||
|
|||||||
Reference in New Issue
Block a user