Add upload image endpoint
This commit is contained in:
parent
2f663c364d
commit
95b5cabc00
|
@ -204,6 +204,7 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
|
||||||
$router->get('countries/{countryId}', 'NanoSanteServiceController@get');
|
$router->get('countries/{countryId}', 'NanoSanteServiceController@get');
|
||||||
$router->post('bonus-amount', 'NanoSanteServiceController@post');
|
$router->post('bonus-amount', 'NanoSanteServiceController@post');
|
||||||
$router->post('subscribe', 'NanoSanteServiceController@post');
|
$router->post('subscribe', 'NanoSanteServiceController@post');
|
||||||
|
$router->post('upload-images', 'NanoSanteServiceController@postWithFiles');
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue