+ Add modification of user identification route
This commit is contained in:
parent
17bb7fd43e
commit
0e63d3528c
|
@ -100,6 +100,7 @@
|
|||
// Idendification routes
|
||||
$router->group(['prefix' => '/identifications'] , function () use ($router){
|
||||
$router->post('','WalletServiceController@post');
|
||||
$router->put('','WalletServiceController@put');
|
||||
$router->post('{id_identification}','WalletServiceController@postWithFiles');
|
||||
$router->get('{user_phone}','WalletServiceController@get');
|
||||
$router->get('verify/{user_phone}','WalletServiceController@get');
|
||||
|
|
Loading…
Reference in New Issue