Skip to content

Commit dde1904

Browse files
committed
Route fix for new report directory
1 parent ca11264 commit dde1904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reports/reports.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from "./report-directory.data";
1010

1111
@ApiTags("Reports")
12-
@Controller("/reports")
12+
@Controller()
1313
export class ReportsController {
1414
@Get()
1515
@UseGuards(PermissionsGuard)

0 commit comments

Comments
 (0)