From 7a2632bccd79b4adbc08482f2f962f23d1f9c2af Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Fri, 4 Jul 2025 11:24:53 +0530 Subject: [PATCH] 04-07-2025 - vadivel - ts tat bulk upload user level permission --- app/Config/Routes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Config/Routes.php b/app/Config/Routes.php index ecd055c..f17271d 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -29,7 +29,7 @@ $routes->post('forgotPassword/changePassword', 'UserController::forgotChangePass //api's with token -// $routes->group('api', ['filter' => 'jwtAuth'], function ($routes) { + $routes->group('api', ['filter' => 'jwtAuth'], function ($routes) { //Organization @@ -156,7 +156,7 @@ $routes->post('forgotPassword/changePassword', 'UserController::forgotChangePass $routes->post('guestHouseReport', 'ReportsController::guestHouseReport'); -// }); + }); // plan review related signed url