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 007dc2b commit d55b91cCopy full SHA for d55b91c
apps/backend/src/system/export/export.controller.ts
@@ -20,7 +20,7 @@ export class ExportController {
20
headers: {
21
"Content-Disposition": {
22
description: "Attachment dump.sql",
23
- schema: { type: "string", example: 'attachment; filename="quassel-database-dump.sql"' },
+ schema: { type: "string", example: 'attachment; filename="quassel-database-dump-01-01-01_15-12.sql"' },
24
},
25
26
})
0 commit comments