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