Skip to content
Snippets Groups Projects
Commit e9d423ef authored by Guiusepe's avatar Guiusepe
Browse files

added route to enter_situation

parent c10a03ff
No related branches found
No related tags found
3 merge requests!309Merge new updates into master,!279Homologa,!278Enrollment situation tmp
Pipeline #28118 failed
...@@ -736,5 +736,9 @@ universityEnrollmentApp.get('/', rqf.parse(), (req, res, next) => { ...@@ -736,5 +736,9 @@ universityEnrollmentApp.get('/', rqf.parse(), (req, res, next) => {
} }
next() next()
}, response('universityEnrollment')); }, response('universityEnrollment'));
universityEnrollmentApp.get('/enter_situation ', rqf.parse(), (req, res, next) => {
next()
}, rqf.build(), query, id2str.transform(), response('universityEnrollment'));
module.exports = universityEnrollmentApp; module.exports = universityEnrollmentApp;
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