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

[FIX] /illiteracy route fixed

parent 7fc31867
No related branches found
No related tags found
3 merge requests!391Hom -> Prod,!386Merge development -> homologa,!385Merge new_pnad -> development
......@@ -56,8 +56,8 @@ PnadNovoApp.get('/illiteracy', (req, res, next) => {
id: i, name: id2str.Illiteracy(i)
});
req.result.push({id: 9, name: id2str.Illiteracy(9)});
}
req.result.push({id: 9, name: id2str.Illiteracy(9)});
next();
}, response('illiteracy'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment