Add endpoints to fetch agents

This commit is contained in:
Djery-Tom 2022-03-01 18:32:20 +01:00
parent ac0ff11b03
commit 16a035cbf2
1 changed files with 2 additions and 0 deletions

View File

@ -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');
});
/**