Add archive preview and new storage categories
Some checks failed
Automated Container Build / build-and-push (push) Failing after 32s
Some checks failed
Automated Container Build / build-and-push (push) Failing after 32s
This commit is contained in:
parent
a2b634517f
commit
6b7d0de208
6 changed files with 150 additions and 4 deletions
|
|
@ -212,6 +212,7 @@ func main() {
|
|||
files.Get("/info/*", fsHandler.GetExtendedFileInfo)
|
||||
files.Get("/thumbnail/:checksum", fsHandler.ServeThumbnail)
|
||||
files.Get("/download-folder", fsHandler.DownloadFolder)
|
||||
files.Get("/archive-contents", archiveHandler.GetArchiveContents)
|
||||
files.Post("/download-bulk", fsHandler.DownloadBulk)
|
||||
files.Get("/download", fsHandler.Download)
|
||||
files.Get("/download/*", fsHandler.Download)
|
||||
|
|
|
|||
Reference in a new issue