Add NanoSante authorization-care endpoints
This commit is contained in:
parent
2d3cfc25f1
commit
da044dbe0b
|
@ -242,4 +242,5 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
|
||||||
|
|
||||||
$router->get('invoices', 'NanoSanteServiceController@get');
|
$router->get('invoices', 'NanoSanteServiceController@get');
|
||||||
|
|
||||||
|
$router->post('authorizations-care-requests', 'NanoSanteServiceController@post');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue