Skip to content
Snippets Groups Projects
Commit a99ea6f2 authored by Fernando Gbur dos Santos's avatar Fernando Gbur dos Santos
Browse files

[REMOVE] removing api.use(email) duplicated

parent 48b6cdaa
No related branches found
No related tags found
3 merge requests!391Hom -> Prod,!386Merge development -> homologa,!384Merging new_pnad -> dev again
...@@ -204,7 +204,6 @@ api.use('/disciplines', disciplines); ...@@ -204,7 +204,6 @@ api.use('/disciplines', disciplines);
api.use('/universityLocalOffer', universityLocalOffer); api.use('/universityLocalOffer', universityLocalOffer);
api.use('/message', message); api.use('/message', message);
api.use('/course_students', courseStudents); api.use('/course_students', courseStudents);
api.use('/email', email);
api.use('/new_pnad', newPnad); api.use('/new_pnad', newPnad);
//Publication //Publication
......
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