+ Hyperviseur and superviseur history routes

This commit is contained in:
Djery-Tom 2020-10-05 17:30:47 +01:00
parent a79e28272b
commit d6c25ff335
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@
$router->get('{id_wallet}', 'WalletServiceController@get');
$router->post('', 'WalletServiceController@post');
//Les historiques globals des hyperviseur et superviseur
$router->get('hyper_history/{id_network}', 'WalletServiceController@get');
$router->get('super_history/{id_wallet}', 'WalletServiceController@get');
// Wallets users iLink
$router->group(['prefix' => '/users'] , function () use ($router){
$router->get('{id_user}', 'WalletServiceController@get');