+ Update identification routes
This commit is contained in:
parent
078fe89db0
commit
c62701caad
|
@ -87,5 +87,7 @@
|
||||||
$router->group(['prefix' => '/identifications'] , function () use ($router){
|
$router->group(['prefix' => '/identifications'] , function () use ($router){
|
||||||
$router->post('','WalletServiceController@post');
|
$router->post('','WalletServiceController@post');
|
||||||
$router->post('{id_identification}','WalletServiceController@post');
|
$router->post('{id_identification}','WalletServiceController@post');
|
||||||
|
$router->get('{user_code}','WalletServiceController@get');
|
||||||
|
$router->get('verify/{id_user}','WalletServiceController@get');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue