index
:
Who-am-I
master
Charades mobile web application built for the Viggle platform | TVnext hack 2013.04.28
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routes
/
home.js
blob: 2c1be4457b303daa053a5c6e2776dac0882f48fd (
plain
)
1
2
3
4
5
6
7
8
/*
* GET home page.
*/
module
.
exports
=
function
(
req
,
res
){
res
.
render
(
'index'
);
};