Add upload image endpoint

This commit is contained in:
Djery-Tom 2021-10-25 07:36:12 +01:00
parent 2f663c364d
commit 95b5cabc00
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
$router->get('countries/{countryId}', 'NanoSanteServiceController@get');
$router->post('bonus-amount', 'NanoSanteServiceController@post');
$router->post('subscribe', 'NanoSanteServiceController@post');
$router->post('upload-images', 'NanoSanteServiceController@postWithFiles');
});
});