Update nano credit routes : Credit and Savings balance

This commit is contained in:
DJERY-TOM 2020-09-11 17:24:25 +01:00
parent 95b29ad04e
commit e51e010ab7
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@
$router->post('durations', 'WalletServiceController@post');
$router->get('demands/{id_user}', 'WalletServiceController@get');
$router->get('details/{id_demand}', 'WalletServiceController@get');
$router->get('accounts/{id_user}', 'WalletServiceController@get');
$router->group(['prefix' => '/savings'], function () use ($router) {
$router->post('make', 'WalletServiceController@post');