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

[FIX] Adding next() to subroute illiteracy

parent 2bd89c4d
No related branches found
No related tags found
3 merge requests!391Hom -> Prod,!386Merge development -> homologa,!383FIrst deploy of new route 'new_pnad'
...@@ -52,6 +52,7 @@ PnadNovoApp.get('/illiteracy', (req, res, next) => { ...@@ -52,6 +52,7 @@ PnadNovoApp.get('/illiteracy', (req, res, next) => {
{id: 1, name: 'Sim'}, {id: 1, name: 'Sim'},
{id: 9, name: 'Não se aplica - 14 anos ou menos'} {id: 9, name: 'Não se aplica - 14 anos ou menos'}
]; ];
next();
}, query, response('illiteracy')); }, query, response('illiteracy'));
rqf.addField({ rqf.addField({
......
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