Skip to content
Snippets Groups Projects
Commit 07cf75a4 authored by Glenda Train's avatar Glenda Train
Browse files

fix name portal mec route

parent 3f92f33a
No related branches found
No related tags found
3 merge requests!150Portal mec school,!147Portal mec: School name route,!145v1.6.0
Pipeline #17204 failed
...@@ -123,7 +123,7 @@ api.use('/cub', cub); ...@@ -123,7 +123,7 @@ api.use('/cub', cub);
api.use('/auxiliar', auxiliar); api.use('/auxiliar', auxiliar);
api.use('/verify_teacher', verifyTeacher); api.use('/verify_teacher', verifyTeacher);
api.use('/class_count', classCount); api.use('/class_count', classCount);
api.use('/school_name', portalMecSchoolName); api.use('/portal_mec_school_name', portalMecSchoolName);
api.use('/poltal_mec_inep', portalMecInep); api.use('/poltal_mec_inep', portalMecInep);
module.exports = api; module.exports = api;
...@@ -110,6 +110,6 @@ portalMecSchoolName.get('/', rqf.parse(), rqf.build(), (req, res, next) => { ...@@ -110,6 +110,6 @@ portalMecSchoolName.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
message: 'Wrong/No filter specified' message: 'Wrong/No filter specified'
}); });
} }
}, query, response('school_name')); }, query, response('portalMec_schoolName'));
module.exports = portalMecSchoolName; module.exports = portalMecSchoolName;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment