Add endpoints to fetch agents
This commit is contained in:
parent
ac0ff11b03
commit
16a035cbf2
|
@ -179,6 +179,8 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
|
|||
// QRCode for users
|
||||
$router->get('qrcode/read', 'WalletServiceController@get');
|
||||
$router->get('qrcode/image', 'WalletServiceController@get');
|
||||
//User
|
||||
$router->post('agents', 'WalletServiceController@post');
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue