Feat: finish WebDAV adaptation

This commit is contained in:
HFO4
2019-12-20 15:08:04 +08:00
parent c1b02380ac
commit e97ed216f2
15 changed files with 44 additions and 4848 deletions

View File

@@ -13,7 +13,6 @@ var handler *webdav.Handler
func init() {
handler = &webdav.Handler{
Prefix: "/dav/",
FileSystem: webdav.AdapterFS(""),
LockSystem: make(map[uint]webdav.LockSystem),
}
}