UNPKG
upbeat-dashboard
Version:
latest (0.0.1)
0.0.1
ERROR: No README.md file found!
jeffsu/upbeat
upbeat-dashboard
/
routes
/
index.js
10 lines
(6 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/* * GET home page. */
exports
.
index
=
function
(
req, res
){ res.
render
(
'index'
, {
title
:
'Express'
}); };