From fc4e275bcf0c1784ada9a399735d4f5b37ad8e8f Mon Sep 17 00:00:00 2001 From: "DESKTOP-GBA0BK8\\Admin" Date: Sat, 15 Apr 2023 20:46:45 -0400 Subject: [PATCH] get job list --- www-api/app/Config/Routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index 1c86713a..92219988 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -45,6 +45,7 @@ $routes->post('/en/wrench/api/v1/completemobileuser', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/startresetpasword', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/userlogin', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/startjoblist', 'WrenchApi::apigate'); +$routes->get('/en/wrench/api/v1/startjoblist', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/dashdata', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/getjobsdata', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/offerslist', 'WrenchApi::apigate');