initial commit
This commit is contained in:
4
routes/index.js
Normal file
4
routes/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
/* GET home page. */
|
||||
exports.index = function(req, res){
|
||||
res.render('index', { title: 'Hacker Gui' });
|
||||
};
|
Reference in New Issue
Block a user