We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b926fc7 commit c4dc9b5Copy full SHA for c4dc9b5
internal/api/api.go
@@ -58,7 +58,7 @@ func webdavRouter(conf *utils.Config) chi.Router {
58
r := chi.NewRouter()
59
60
r.Handle("/*", &webdav.Handler{
61
- FileSystem: webdav.Dir(filepath.Join(conf.String("dir"), ".smallweb", "data")),
+ FileSystem: webdav.Dir(conf.String("dir")),
62
LockSystem: webdav.NewMemLS(),
63
})
64
0 commit comments