+ Update identifications routes
This commit is contained in:
parent
85327a4fcc
commit
97f92c7b46
|
@ -57,7 +57,7 @@
|
|||
// Helper routes
|
||||
$router->get('countries','WalletServiceController@get');
|
||||
$router->get('countries/{dial_code}','WalletServiceController@get');
|
||||
$router->get('paying_networks/{id_country}','WalletServiceController@get');
|
||||
$router->post('paying_networks','WalletServiceController@post');
|
||||
|
||||
// Transactions routes
|
||||
$router->group(['prefix' => '/transactions'] , function () use ($router){
|
||||
|
@ -101,5 +101,6 @@
|
|||
$router->post('{id_identification}','WalletServiceController@postWithFiles');
|
||||
$router->get('{user_phone}','WalletServiceController@get');
|
||||
$router->get('verify/{user_phone}','WalletServiceController@get');
|
||||
$router->post('rattach_card/{id_user}', 'WalletServiceController@post');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue