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

Fix - Ident idhmr

parent e8ca28e3
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!60IDHMR and IDHM routes
Pipeline #
......@@ -124,7 +124,6 @@ idhmrApp.get('/', rqf.parse(), (req, res, next) => {
.field('adh_idh.idhm_r', 'IDHME')
.field('adh_idh.ano_censo', 'year')
.field('adh_idh.municipio_id', 'city_id');
}
next();
}, rqf.build(),query, response('idhmr'));
......
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