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

[FIX] Adding the second query to the list and adding next() function

parent 3b19c2e4
No related branches found
No related tags found
3 merge requests!417[ADD] Indicator "Taxa de Atendimento Educacional" updated on production!,!416[ADD] Route almost ready, some tests needed. Comments added and filters that...,!414[ADD] Route almost ready, some tests needed. Comments added and filters that...
...@@ -342,6 +342,7 @@ rateSchoolNewApp.get('/', rqf.parse(), rqf.build(), (req, res, next) => { ...@@ -342,6 +342,7 @@ rateSchoolNewApp.get('/', rqf.parse(), rqf.build(), (req, res, next) => {
next(); next();
}, multiQuery, (req, res, next) => { }, multiQuery, (req, res, next) => {
console.log(req.result) console.log(req.result)
next();
}, id2str.transform(false), response('rateSchoolNew')); }, id2str.transform(false), response('rateSchoolNew'));
module.exports = rateSchoolNewApp; module.exports = rateSchoolNewApp;
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