Skip to content

Commit

Permalink
Merge pull request #251 from bcgov/disable-report-role
Browse files Browse the repository at this point in the history
disable reports role
  • Loading branch information
mgtennant authored Nov 6, 2024
2 parents f9e7f23 + caf395c commit b33fa7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/report/report.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export class ReportController {
// remember to update
@Post('generate-report')
@UseGuards(JwtRoleGuard)
@Roles(Role.GENERATE_DOCUMENTS)
@Header('Content-Type', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document')
@Header('Content-Disposition', 'attachment; filename=report.docx')
async generateReport(
Expand Down

0 comments on commit b33fa7a

Please sign in to comment.