back office gate

This commit is contained in:
CHIEFSOFT\ameye
2025-06-13 22:40:42 -04:00
parent c59de16d04
commit 013da276fb
2 changed files with 88 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ $routes->get('/', 'Home::index');
$routes->get('/en/wrench/api/v1/test','Home::test');
$routes->get('/backoffice/svs/bko','BackOffice::backofficegate');
$routes->post('/backoffice/svs/bko','BackOffice::backofficegate');
$routes->post('/en/wrench/api/v1/promoverify', 'Promo::promoVerify');