Skip to content
Snippets Groups Projects
Commit 6cfde611 authored by Lucas Gabriel Lima's avatar Lucas Gabriel Lima
Browse files

small fix

parent 8218ef16
No related branches found
No related tags found
1 merge request!20Auth
Pipeline #
......@@ -12,7 +12,7 @@ const city = require('./city');
const school = require('./school');
const signup = require('./signup')
const signup = require('./signup');
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