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:
parent
a734b3b532
commit
c033c1dfcb
@ -100,6 +100,7 @@ func main() {
|
|||||||
|
|
||||||
for _, method := range []string{
|
for _, method := range []string{
|
||||||
"PROPFIND",
|
"PROPFIND",
|
||||||
|
"PROPPATCH",
|
||||||
"REPORT",
|
"REPORT",
|
||||||
"MKCOL",
|
"MKCOL",
|
||||||
"COPY",
|
"COPY",
|
||||||
|
Loading…
Reference in New Issue
Block a user