Skip to content
Snippets Groups Projects
Commit 77a8c9ad authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

:bug: Fix wrong table in /education_level_mod

parent 3c71a777
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!44Feature multiple where
Pipeline #
......@@ -53,7 +53,7 @@ enrollmentApp.get('/education_level', (req, res, next) => {
// Returns all school years available
enrollmentApp.get('/education_level_mod', (req, res, next) => {
req.sql.from('etapa_ensino')
req.sql.from('etapas_mod_ensino_segmento')
.field('id')
.field('nome', 'name');
next();
......
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