Skip to content

Commit c4dc9b5

Browse files
committed
remove blob folder
1 parent b926fc7 commit c4dc9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func webdavRouter(conf *utils.Config) chi.Router {
5858
r := chi.NewRouter()
5959

6060
r.Handle("/*", &webdav.Handler{
61-
FileSystem: webdav.Dir(filepath.Join(conf.String("dir"), ".smallweb", "data")),
61+
FileSystem: webdav.Dir(conf.String("dir")),
6262
LockSystem: webdav.NewMemLS(),
6363
})
6464

0 commit comments

Comments
 (0)