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

Fix error in api.js

parent ead20bfa
No related branches found
No related tags found
2 merge requests!116Release v1.0.0,!60IDHMR and IDHM routes
Pipeline #
......@@ -38,6 +38,8 @@ const population = require('./population')
const idhm = require('./idhm');
const idhmr = require('./idhmr');
api.get('/', (req, res) => {
res.json({ msg: 'SimCAQ API 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