+ Update identification routes

This commit is contained in:
Djery-Tom 2020-06-12 16:12:13 +01:00
parent 078fe89db0
commit c62701caad
1 changed files with 2 additions and 0 deletions

View File

@ -87,5 +87,7 @@
$router->group(['prefix' => '/identifications'] , function () use ($router){
$router->post('','WalletServiceController@post');
$router->post('{id_identification}','WalletServiceController@post');
$router->get('{user_code}','WalletServiceController@get');
$router->get('verify/{id_user}','WalletServiceController@get');
});
});