This commit is contained in:
CHIEFSOFT\ameye
2023-11-26 18:16:16 -05:00
parent f957fd59d6
commit d1f8d54053
+3
View File
@@ -225,6 +225,9 @@ $routes->get('/en/wrench/api/v1/cron', 'WrenchCrons::apigate');
$routes->get('/en/wrench/api/v1/bko', 'Bko::apigate');
$routes->post('/en/wrench/api/v1/bko', 'Bko::apigate');
$routes->get('/en/wrench/api/v1/bko/generics', 'Bko::apigate');
$routes->post('/en/wrench/api/v1/bko/generics', 'Bko::apigate');
/*
* --------------------------------------------------------------------