mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-12-14 06:46:43 +08:00
Add v4, with proxy, app and db
This commit is contained in:
3
bulletin-board-app/backend/index.js
Normal file
3
bulletin-board-app/backend/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
exports.index = function (req, res) {
|
||||
res.render('index');
|
||||
}
|
||||
Reference in New Issue
Block a user