diff --git a/src/modules/restaurants/controllers/restaurants.controller.ts b/src/modules/restaurants/controllers/restaurants.controller.ts index 105e51d..3ccd722 100644 --- a/src/modules/restaurants/controllers/restaurants.controller.ts +++ b/src/modules/restaurants/controllers/restaurants.controller.ts @@ -78,7 +78,7 @@ export class RestaurantsController { } /** Super Admin Endpoints */ - // @UseGuards(SuperAdminAuthGuard) + @UseGuards(SuperAdminAuthGuard) @ApiBearerAuth() @ApiOperation({ summary: 'Get all restaurants with pagination and filters' }) @Get('super-admin/restaurants')