mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-21 15:52:19 +00:00
Update index.js
This commit is contained in:
parent
29425a6d3d
commit
02f06ea8ed
@ -3,7 +3,7 @@ var router = express.Router();
|
||||
|
||||
/* GET home page. */
|
||||
router.get('/', function(req, res, next) {
|
||||
res.render('index', { title: 'Home', description: "Hello, I'm Esther" });
|
||||
res.render('index', { title: 'Home', description: "Hello, I'm E" });
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
|
Loading…
Reference in New Issue
Block a user