Skip to content
Snippets Groups Projects
Commit ce2c1f8b authored by Fernando Gbur dos Santos's avatar Fernando Gbur dos Santos
Browse files

Merge branch 'new_pnad' into 'development'

Merging new_pnad -> dev again

See merge request !384
parents b52bcd55 a99ea6f2
No related branches found
No related tags found
3 merge requests!391Hom -> Prod,!386Merge development -> homologa,!384Merging new_pnad -> dev again
...@@ -143,6 +143,8 @@ const activity = require(`${libs}/routes_v1/activity`); ...@@ -143,6 +143,8 @@ const activity = require(`${libs}/routes_v1/activity`);
const newPnad = require(`${libs}/routes_v1/newPnad`); const newPnad = require(`${libs}/routes_v1/newPnad`);
const email = require(`${libs}/routes_v1/email`);
api.get('/', (req, res) => { api.get('/', (req, res) => {
res.json({ msg: 'SimCAQ API v1 is running' }); res.json({ msg: 'SimCAQ API v1 is running' });
}); });
......
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