Skip to content
Snippets Groups Projects
Commit 0b15f767 authored by Rafael S Castilho's avatar Rafael S Castilho
Browse files

add rotas

parent b25c09f7
Branches fix_eixos
No related tags found
2 merge requests!48Development,!34add rotas
......@@ -74,6 +74,12 @@ const eixo_3 = require(`${libs}/routes/SMPPIR/eixo_3`)
const eixo_4 = require(`${libs}/routes/SMPPIR/eixo_4`)
const eixo_2_count = require(`${libs}/routes/SMPPIR/eixo_2_count`)
const eixo_3_count = require(`${libs}/routes/SMPPIR/eixo_3_count`)
const eixo_4_count = require(`${libs}/routes/SMPPIR/eixo_4_count`)
const african_rights = require(`${libs}/routes/SMPPIR/african_rights`)
const african_culture = require(`${libs}/routes/SMPPIR/african_culture`)
......@@ -137,6 +143,9 @@ api.use('/vacancy', vacancies);
api.use('/eixo_2', eixo_2);
api.use('/eixo_3', eixo_3);
api.use('/eixo_4', eixo_4);
api.use('/eixo_2_count', eixo_2_count);
api.use('/eixo_3_count', eixo_3_count);
api.use('/eixo_4_count', eixo_4_count);
api.use('/african_rights', african_rights);
api.use('/african_culture', african_culture);
api.use('/african_sustentability', african_sustentability);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment