Allow PROPPATCH method

This only tells chi to pass those requests to the regular handler. It is
not really handled well in go-webdav so far (work in progress).
This commit is contained in:
Conrad Hoffmann 2022-05-18 10:21:31 +02:00
parent a734b3b532
commit c033c1dfcb

View File

@ -100,6 +100,7 @@ func main() {
for _, method := range []string{
"PROPFIND",
"PROPPATCH",
"REPORT",
"MKCOL",
"COPY",