Changed indent spaces and made localhost only

This commit is contained in:
Esther
2020-06-18 22:56:03 +01:00
parent 91eb61fc81
commit 40d6f1357f
8 changed files with 63 additions and 63 deletions

View File

@@ -3,7 +3,7 @@ var router = express.Router();
/* GET home page. */
router.get('/', function(req, res, next) {
res.render('index', { title: 'Express' });
res.render('index', { title: 'Express' });
});
module.exports = router;

View File

@@ -3,7 +3,7 @@ var router = express.Router();
/* GET users listing. */
router.get('/', function(req, res, next) {
res.send('respond with a resource');
res.send('respond with a resource');
});
module.exports = router;