diff --git a/web/routes/index.js b/web/routes/index.js index 18616cc..f244c0c 100644 --- a/web/routes/index.js +++ b/web/routes/index.js @@ -1,6 +1,6 @@ const express = require('express') const router = express.Router() - +// added a comment. /* GET home page. */ router.get('/', function (req, res, next) { res.render('index', { title: 'Nimble-ICE' })