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

Change /school/download to /school/count/download

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