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 6dc1b65 commit 8e9671eCopy full SHA for 8e9671e
backend/src/app/period/period.controller.ts
@@ -18,6 +18,7 @@ export class PeriodController {
18
}
19
20
@ApiOperation({ summary: "Получение всех семестров" })
21
+ @ApiBearerAuth()
22
@Get("all")
23
@UseGuards(JwtAuthGuard)
24
findAll() {
0 commit comments