continue thumbnails migration

This commit is contained in:
A.Unger
2021-11-05 12:49:52 +01:00
parent 17dbc3d5ee
commit b44ebce526
9 changed files with 229 additions and 253 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ func New() *Config {
Web: web.New(),
Storage: storage.New(),
Store: store.New(),
Thumbnails: thumbnails.New(),
Thumbnails: thumbnails.DefaultConfig(),
WebDAV: webdav.New(),
}
}