We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b4b6f commit 2f094d4Copy full SHA for 2f094d4
src/components/file/file-url.controller.ts
@@ -26,7 +26,7 @@ export class FileUrlController {
26
private readonly http: HttpAdapter,
27
) {}
28
29
- @Get(':fileId/:fileName?')
+ @Get([':fileId', ':fileId/*'])
30
async download(
31
@Param('fileId') fileId: ID,
32
@Query('download') download: '' | undefined,
0 commit comments