/generics
This commit is contained in:
@@ -7,9 +7,11 @@ $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->group('/backoffice/svs/bko', static function ($routes) {
|
||||
$routes->get('/generics','BackOffice::backofficegate');
|
||||
$routes->post('/generics','BackOffice::backofficegate');
|
||||
});
|
||||
|
||||
$routes->post('/en/wrench/api/v1/promoverify', 'Promo::promoVerify');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user