add PATCH to default allowed CORS methods

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2024-03-14 13:51:32 +01:00
parent 70dc3b67aa
commit 55c06b53bf

View File

@@ -38,6 +38,7 @@ func DefaultConfig() *config.Config {
"GET",
"PUT",
"POST",
"PATCH",
"DELETE",
"MKCOL",
"PROPFIND",