Loading backend/src/user/user.controller.ts +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ export class UserController { } } @Get('prefered-categories:lang') @Get('prefered-categories') @ApiBearerAuth('jwt') @ApiQuery({ name: 'lang', type: String }) @UseGuards(AuthUserGuard) Loading Loading
backend/src/user/user.controller.ts +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ export class UserController { } } @Get('prefered-categories:lang') @Get('prefered-categories') @ApiBearerAuth('jwt') @ApiQuery({ name: 'lang', type: String }) @UseGuards(AuthUserGuard) Loading