UNPKG
node-wings
Version:
latest (0.0.1-6)
0.0.1-6
node-wings ==========
cortezcristian/node-wings
node-wings
/
routes
/
index.js
8 lines
(6 loc)
•
110 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* * GET home page. */
exports
.
index
=
function
(
req, res
){ res.
render
(
'index'
, {
title
:
'Express'
}); };