experimental webdav upload

This commit is contained in:
ston1th 2019-08-31 16:43:54 +02:00
commit 7570b09f9f
10 changed files with 47 additions and 2 deletions

View file

@ -20,6 +20,7 @@ const (
MovePrefix = "/move"
TagsPrefix = "/tags"
DeletePrefix = "/delete"
WebDavPrefix = "/webdav"
Favicon = "/favicon.ico"
BootstrapCSS = "/bootstrap.css"