Skip to content
Snippets Groups Projects
Commit 649be144 authored by Pietro Cavassin's avatar Pietro Cavassin
Browse files

Hotfix route path

parent f79e07d1
Branches
Tags
2 merge requests!309Merge new updates into master,!279Homologa
Pipeline #27699 failed
...@@ -188,6 +188,6 @@ api.use('/location', location); ...@@ -188,6 +188,6 @@ api.use('/location', location);
api.use('/disciplines', disciplines); api.use('/disciplines', disciplines);
api.use('/universityLocalOffer', universityLocalOffer); api.use('/universityLocalOffer', universityLocalOffer);
api.use('/message', message); api.use('/message', message);
api.use('/courseStudents', courseStudents); api.use('/course_students', courseStudents);
module.exports = api; module.exports = api;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment