mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +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()
|
||||
.insert_header((
|
||||
"Allow",
|
||||
"OPTIONS, GET, HEAD, POST, PUT, REPORT, PROPFIND, PROPPATCH, MKCOL",
|
||||
"OPTIONS, GET, HEAD, POST, PUT, REPORT, PROPFIND, PROPPATCH, MKCALENDAR",
|
||||
))
|
||||
.insert_header((
|
||||
"DAV",
|
||||
|
||||
Reference in New Issue
Block a user