diff --git a/routes/web.php b/routes/web.php index a992b6d..7b62392 100755 --- a/routes/web.php +++ b/routes/web.php @@ -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){