Update nano health endpoints : Add endpoint to validate password

This commit is contained in:
Djery-Tom 2022-04-15 07:49:15 +01:00
parent e9b40be244
commit f53efe4d34
1 changed files with 1 additions and 0 deletions

View File

@ -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');
});
});