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 20572c6 commit 03d9864Copy full SHA for 03d9864
src/users/users.controller.ts
@@ -32,6 +32,7 @@ export class UsersController {
32
33
constructor(private readonly userServices: UsersService) {}
34
35
+ @ApiBearerAuth()
36
@ApiUnauthorizedResponse()
37
@ApiBadRequestResponse()
38
@ApiInternalServerErrorResponse()
0 commit comments