index
:
protocols.git
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
views
/
index.js
blob: 9997ccb533101554eaa79b93376adbda22af6b1d (
plain
)
1
2
3
4
5
var
views
=
module
.
exports
=
{}
views
.
home
=
function
(
req
,
res
){
res
.
render
(
'index'
)
}