New Resources

This commit is contained in:
CHIEFSOFT\ameye
2024-10-17 12:58:35 -04:00
parent 5abd8f4037
commit 0e71a84c89
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -177,6 +177,10 @@ $routes->post('/en/wrench/api/v1/sitecontact', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/signupcountry', 'WrenchGeneralData::signUpCountry');
$routes->post('/en/wrench/api/v1/userscards', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/countrystate', 'WrenchResources::getCountryStates');
$routes->post('/en/wrench/api/v1/couponhx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/couponpending', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/couponredeem', 'WrenchApi::apigate');