Skip to content
Snippets Groups Projects
Commit 9e2cc165 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Fix filter in transport

parent a19c968e
No related branches found
No related tags found
No related merge requests found
Pipeline #17816 failed
...@@ -90,7 +90,11 @@ transportApp.get('/education_level_basic', (req, res, next) => { ...@@ -90,7 +90,11 @@ transportApp.get('/education_level_basic', (req, res, next) => {
{id: 2, name: 'Pré-Escola'}, {id: 2, name: 'Pré-Escola'},
{id: 4, name: 'Ensino Fundamental - anos iniciais'}, {id: 4, name: 'Ensino Fundamental - anos iniciais'},
{id: 5, name: 'Ensino Fundamental - anos finais'}, {id: 5, name: 'Ensino Fundamental - anos finais'},
{id: 6, name: 'Ensino Médio'} {id: 6, name: 'Ensino Médio'},
{id: 7, name: 'Turmas multiseriadas e multietapas'},
{id: 8, name: 'EJA - Ensino Fundamental'},
{id: 9, name: 'EJA - Ensino Médio'},
{id: 10, name: 'Educação Profissional,
]; ];
next(); next();
}, response('education_level_basic')); }, response('education_level_basic'));
......
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