UNPKG
mock-service
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
===========
github.com/scott-wong/mock-service
scott-wong/mock-service
mock-service
/
routes
/
index.js
9 lines
(8 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* * GET home page. */
exports
.
index
=
function
(
req, res
) { res.
render
(
'index'
, {
title
:
'Express'
}); };