Skip to content
Snippets Groups Projects

Release v1.7.0

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -121,6 +121,6 @@ api.use('/cub', cub);
api.use('/auxiliar', auxiliar);
api.use('/verify_teacher', verifyTeacher);
api.use('/class_count', classCount);
api.use('/poltal_mec_inep', portalMecInep);
api.use('/portal_mec_inep', portalMecInep);
module.exports = api;
Loading