diff --git a/src/libs/routes_v1/uniLocalOfferAggregate.js b/src/libs/routes_v1/uniLocalOfferAggregate.js index bed9d5b0c0cad0d8b32d082cabe8b336e2b031f4..184bc60d6196b1934d1add31acdecc1676c67e7f 100644 --- a/src/libs/routes_v1/uniLocalOfferAggregate.js +++ b/src/libs/routes_v1/uniLocalOfferAggregate.js @@ -79,11 +79,12 @@ rqf.addField({ } }); - uniLocalOfferAggregateApp.get('/', (req, res, next) => { req.sql.from('curso_superior_agregado') .field('DISTINCT curso_superior_agregado.cod_ies', 'cod') .field('ies_ens_superior.nome_ies', 'nome') .join('ies_ens_superior', null, 'curso_superior_agregado.cod_ies = ies_ens_superior.cod_ies and curso_superior_agregado.ano_censo = ies_ens_superior.ano_censo') next(); -}, query, response('uni_offer_aggregate')); \ No newline at end of file +}, query, response('uni_offer_aggregate')); + +module.exports = uniLocalOfferAggregateApp; \ No newline at end of file