+ Adding the hypervisor and supervisor history routes without pagination
This commit is contained in:
parent
d6c25ff335
commit
86a21c20fe
|
@ -107,6 +107,9 @@
|
||||||
//Les historiques globals des hyperviseur et superviseur
|
//Les historiques globals des hyperviseur et superviseur
|
||||||
$router->get('hyper_history/{id_network}', 'WalletServiceController@get');
|
$router->get('hyper_history/{id_network}', 'WalletServiceController@get');
|
||||||
$router->get('super_history/{id_wallet}', 'WalletServiceController@get');
|
$router->get('super_history/{id_wallet}', 'WalletServiceController@get');
|
||||||
|
// Routes sans pagination
|
||||||
|
$router->get('all_hyper_history/{id_network}', 'WalletServiceController@get');
|
||||||
|
$router->get('all_super_history/{id_wallet}', 'WalletServiceController@get');
|
||||||
|
|
||||||
// Wallets users iLink
|
// Wallets users iLink
|
||||||
$router->group(['prefix' => '/users'] , function () use ($router){
|
$router->group(['prefix' => '/users'] , function () use ($router){
|
||||||
|
|
Loading…
Reference in New Issue