+ Adding the hypervisor and supervisor history routes without pagination

This commit is contained in:
Djery-Tom 2020-10-16 08:42:22 +01:00
parent d6c25ff335
commit 86a21c20fe
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@
//Les historiques globals des hyperviseur et superviseur
$router->get('hyper_history/{id_network}', '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
$router->group(['prefix' => '/users'] , function () use ($router){