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

Fix rqf in school download

parent 13c4286b
No related branches found
No related tags found
1 merge request!116Release v1.0.0
Pipeline #
......@@ -467,7 +467,7 @@ schoolApp.get('/count', cache('15 day'), rqfCount.parse(), rqfCount.build(), (re
next();
}, query, id2str.transform(), response('school'));
schoolApp.get('/count/download', rqf.parse(), rqf.build(), (req, res, next) => {
schoolApp.get('/count/download', rqfCount.parse(), rqfCount.build(), (req, res, next) => {
let username = req.query.user;
let email = req.query.email;
......
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