diff --git a/backend/src/file/file.controller.ts b/backend/src/file/file.controller.ts index dd7b4b9..feb036d 100644 --- a/backend/src/file/file.controller.ts +++ b/backend/src/file/file.controller.ts @@ -55,7 +55,7 @@ export class FileController { @Param("shareId") shareId: string, ) { const zipStream = this.fileService.getZip(shareId); - + res.set({ "Content-Type": "application/zip", "Content-Disposition": contentDisposition(`${shareId}.zip`),