From ed251611c404ae58e9616ab896c75d78723f1131 Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Mon, 22 Dec 2025 16:43:58 +0330 Subject: [PATCH] up --- src/modules/restaurants/controllers/restaurants.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')