Update nano health endpoints : Add endpoint to validate password
This commit is contained in:
parent
e9b40be244
commit
f53efe4d34
|
@ -263,5 +263,6 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
|
|||
$router->post('authorizations-care-requests', 'NanoSanteServiceController@post');
|
||||
|
||||
$router->get('exclusions/{network_id}', 'NanoSanteServiceController@get');
|
||||
$router->post('password-validation', 'NanoSanteServiceController@post');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue