+ Update nano credit routes

This commit is contained in:
Djery-Tom 2020-08-18 15:55:49 +01:00
parent dc400c426c
commit 9a6868d7c1
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@
$router->put('', 'WalletServiceController@put');
$router->post('join', 'NanoCreditController@post');
$router->delete('', 'NanoCreditController@delete');
$router->get('my/{code_user}', 'NanoCreditController@get');
// Demandes de validation
$router->group(['prefix' => '/demands'], function () use ($router) {