+ Hyperviseur and superviseur history routes
This commit is contained in:
parent
a79e28272b
commit
d6c25ff335
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue