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
Loading
Pipeline #
...@@ -38,6 +38,8 @@ const population = require('./population') ...@@ -38,6 +38,8 @@ const population = require('./population')
const idhm = require('./idhm'); const idhm = require('./idhm');
const idhmr = require('./idhmr');
api.get('/', (req, res) => { api.get('/', (req, res) => {
res.json({ msg: 'SimCAQ API is running' }); 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