Skip to content

Commit

Permalink
Update index route
Browse files Browse the repository at this point in the history
  • Loading branch information
amiralies committed Nov 13, 2017
1 parent a70d410 commit 88b6600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const router = express.Router();
router.use('/bands', require('./bands'));

router.get('/', (req, res) => {
res.send('expres');
res.status(200).json({ success: true, message: 'API is running.' });
});

module.exports = router;

0 comments on commit 88b6600

Please sign in to comment.