New Resources
This commit is contained in:
@@ -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/signupcountry', 'WrenchGeneralData::signUpCountry');
|
||||||
$routes->post('/en/wrench/api/v1/userscards', 'WrenchApi::apigate');
|
$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/couponhx', 'WrenchApi::apigate');
|
||||||
$routes->post('/en/wrench/api/v1/couponpending', 'WrenchApi::apigate');
|
$routes->post('/en/wrench/api/v1/couponpending', 'WrenchApi::apigate');
|
||||||
$routes->post('/en/wrench/api/v1/couponredeem', 'WrenchApi::apigate');
|
$routes->post('/en/wrench/api/v1/couponredeem', 'WrenchApi::apigate');
|
||||||
|
|||||||
@@ -25,4 +25,7 @@ class WrenchGetResources extends BaseController
|
|||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user