mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 06:07:22 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ func main() {
|
|||
|
||||
for _, method := range []string{
|
||||
"PROPFIND",
|
||||
"PROPPATCH",
|
||||
"REPORT",
|
||||
"MKCOL",
|
||||
"COPY",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue