+ Add nano credit demands durations route

This commit is contained in:
Djery-Tom 2020-08-26 19:21:46 +01:00
parent 227b53a9af
commit f7b0aed1da
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@
$router->post('askNanoCredit', 'WalletServiceController@post');
$router->post('guaranteeNanoCredit', 'WalletServiceController@post');
$router->post('refundNanoCredit', 'WalletServiceController@post');
$router->get('durations/{id_user}', 'WalletServiceController@get');
});
});
});