payment cards

This commit is contained in:
CHIEFSOFT\ameye
2023-06-17 22:36:58 -04:00
parent 92c4cec841
commit 12ebcee037
3 changed files with 38 additions and 0 deletions
+5
View File
@@ -141,6 +141,11 @@ $routes->post('/en/wrench/api/v1/marketinterest', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/activejobstatus', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/activetaskstatus', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/payprevcard', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/paynewcard', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/paylistcard', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/payremcard', 'WrenchApi::apigate');
//$routes->post('/en/wrench/api/v1/blogdata', 'WrenchBlog::apigate');
//$routes->post('/en/wrench/api/v1/blogitem', 'WrenchBlog::apigate');