generics
This commit is contained in:
@@ -225,6 +225,9 @@ $routes->get('/en/wrench/api/v1/cron', 'WrenchCrons::apigate');
|
|||||||
$routes->get('/en/wrench/api/v1/bko', 'Bko::apigate');
|
$routes->get('/en/wrench/api/v1/bko', 'Bko::apigate');
|
||||||
$routes->post('/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');
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* --------------------------------------------------------------------
|
* --------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user