Skip to content
Snippets Groups Projects
Commit 56c4af81 authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Merge branch 'fix_gloss' into development

parents 8863924f a10c1b72
No related branches found
No related tags found
1 merge request!116Release v1.0.0
Pipeline #
......@@ -57,7 +57,7 @@ glossEnrollmentRatioApp.get('/year_range', (req, res, next) => {
}
}
new_result.push({start_year: distinct_years[distinct_years.length -1].year, end_year: distinct_years[0].year});
req.result = new_result;
req.result = new_result;
next();
}, response('range'));
......@@ -350,6 +350,4 @@ glossEnrollmentRatioApp.get('/', rqf.parse(),(req, res, next) => {
next();
}, response('glossEnrollmentRatio'));
glossEnrollmentRatioApp.get('/download', passport.authenticate('bearer', { session: false }), rqf.parse(), rqf.build(), download('pnad', 'mapping_pnad'));
module.exports = glossEnrollmentRatioApp;
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