Skip to content
Snippets Groups Projects
Commit e94d95e3 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Change route /educationYears to /education_years

parent 454743b2
No related branches found
No related tags found
1 merge request!116Release v1.0.0
Pipeline #
......@@ -70,6 +70,6 @@ api.use('/population', population);
api.use('/idhml', idhml);
api.use('/auth/token', oauth2.token);
api.use('/verify', verifyToken);
api.use('/educationYears', educationYears);
api.use('/education_years', educationYears);
module.exports = api;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment