mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 12:19:51 +01:00
9 lines
86 B
JavaScript
9 lines
86 B
JavaScript
|
|
module.exports = {
|
|
|
|
// /
|
|
|
|
index: function(req, res){
|
|
res.render();
|
|
}
|
|
}; |