diff --git a/backend/src/user/user.controller.ts b/backend/src/user/user.controller.ts index dc2bf5fb3507e014406ea78c95212f5ac8ed48b7..18ec00e5b3d79b467c07153ca50c60e285e89fb4 100644 --- a/backend/src/user/user.controller.ts +++ b/backend/src/user/user.controller.ts @@ -28,7 +28,7 @@ export class UserController { } } - @Get('prefered-categories:lang') + @Get('prefered-categories') @ApiBearerAuth('jwt') @ApiQuery({ name: 'lang', type: String }) @UseGuards(AuthUserGuard)