Skip to content
Snippets Groups Projects
Commit e9762475 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Change route for simcaq status message

Now back on /api/v1
parent e3008789
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -12,7 +12,7 @@ const city = require('./city');
const school = require('./school');
api.get('/', (req, res) => {
api.get('/api/v1', (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