diff --git a/routes/web.php b/routes/web.php index bf00d0a..d4e27e2 100755 --- a/routes/web.php +++ b/routes/web.php @@ -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'); }); });