Skip to content

Commit 8e9671e

Browse files
committed
fix: swagger
1 parent 6dc1b65 commit 8e9671e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/app/period/period.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export class PeriodController {
1818
}
1919

2020
@ApiOperation({ summary: "Получение всех семестров" })
21+
@ApiBearerAuth()
2122
@Get("all")
2223
@UseGuards(JwtAuthGuard)
2324
findAll() {

0 commit comments

Comments
 (0)