mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-18 03:49:31 +08:00
3 lines
62 B
JavaScript
3 lines
62 B
JavaScript
exports.index = function (req, res) {
|
|
res.render('index');
|
|
} |