promo end point

This commit is contained in:
CHIEFSOFT\ameye
2024-09-19 10:25:41 -04:00
parent 745d320990
commit e703e093ab
2 changed files with 16 additions and 3 deletions
+3
View File
@@ -7,6 +7,9 @@ $routes->get('/', 'Home::index');
$routes->get('/en/wrench/api/v1/test','Home::test');
$routes->post('/en/wrench/api/v1/promoverify', 'Promo::promoVerify');
$routes->post('/en/wrench/api/v1/playground', 'WrenchPlayGround::apigate');
$routes->post('/en/wrench/api/v1/authlogin', 'WrenchOauth::apigate');