diff --git a/backend/main.go b/backend/main.go index d1c15b3..9de8655 100644 --- a/backend/main.go +++ b/backend/main.go @@ -205,6 +205,7 @@ func main() { files.Get("/thumbnail/:checksum", fsHandler.ServeThumbnail) files.Get("/download-folder", fsHandler.DownloadFolder) files.Post("/download-bulk", fsHandler.DownloadBulk) + files.Get("/download", fsHandler.Download) files.Get("/download/*", fsHandler.Download) files.Post("/zip", archiveHandler.Zip) files.Post("/unzip", archiveHandler.Unzip) diff --git a/frontend/src/components/FileExplorer.tsx b/frontend/src/components/FileExplorer.tsx index 5276fee..d6ce06c 100644 --- a/frontend/src/components/FileExplorer.tsx +++ b/frontend/src/components/FileExplorer.tsx @@ -1433,7 +1433,7 @@ export default function FileExplorer({ onLogout }: FileExplorerProps) { >