index
:
gifmusicvideo
master
play
Make music videos from gifs
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
index.js
blob: c59de86e64ec8d6400a7af674b5cf251beba9b46 (
plain
)
1
2
3
module
.
exports
=
function
(
req
,
res
)
{
res
.
render
(
'index'
);
};