Loading backend/src/route/route.controller.ts +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ import { CustomUserRequest } from 'src/auth/user/interface/customUserReq'; export class RouteController { constructor(private readonly routeService: RouteService) {} @Get('recommend:idTown') @Get('recommend/:idTown') @ApiQuery({ name: 'lang', type: String }) @ApiParam({ name: 'idTown', type: Number }) @ApiBearerAuth('jwt') Loading Loading
backend/src/route/route.controller.ts +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ import { CustomUserRequest } from 'src/auth/user/interface/customUserReq'; export class RouteController { constructor(private readonly routeService: RouteService) {} @Get('recommend:idTown') @Get('recommend/:idTown') @ApiQuery({ name: 'lang', type: String }) @ApiParam({ name: 'idTown', type: Number }) @ApiBearerAuth('jwt') Loading