04-07-2025 - vadivel - ts tat bulk upload user level permission
This commit is contained in:
parent
0c75da7aa2
commit
7a2632bccd
@ -29,7 +29,7 @@ $routes->post('forgotPassword/changePassword', 'UserController::forgotChangePass
|
|||||||
|
|
||||||
|
|
||||||
//api's with token
|
//api's with token
|
||||||
// $routes->group('api', ['filter' => 'jwtAuth'], function ($routes) {
|
$routes->group('api', ['filter' => 'jwtAuth'], function ($routes) {
|
||||||
|
|
||||||
|
|
||||||
//Organization
|
//Organization
|
||||||
@ -156,7 +156,7 @@ $routes->post('forgotPassword/changePassword', 'UserController::forgotChangePass
|
|||||||
$routes->post('guestHouseReport', 'ReportsController::guestHouseReport');
|
$routes->post('guestHouseReport', 'ReportsController::guestHouseReport');
|
||||||
|
|
||||||
|
|
||||||
// });
|
});
|
||||||
|
|
||||||
|
|
||||||
// plan review related signed url
|
// plan review related signed url
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user