Skip to content

Commit

Permalink
remove roleguard
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Nov 6, 2024
1 parent f9fcd71 commit 730880a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/report/report.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ export class ReportController {
return this.reportService.generateReportName(dtid, tenure_file_number, document_type_id);
}

// remember to update
@Post('generate-report')
@UseGuards(JwtRoleGuard)
@Header('Content-Type', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document')
@Header('Content-Disposition', 'attachment; filename=report.docx')
async generateReport(
Expand Down

0 comments on commit 730880a

Please sign in to comment.