This website requires JavaScript.
Explore
Help
Sign In
tforgione
/
adejs
Watch
1
Star
0
Fork
You've already forked adejs
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
64e1316b1e
adejs
/
controllers
/
index
/
views.js
4 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2017-09-23 11:02:29 +02:00
module
.
exports
.
index
=
function
(
req
,
res
,
render
)
{
Added index
2017-09-23 11:39:42 +02:00
render
(
'index.pug'
)
;
Initial commit
2017-09-23 11:02:29 +02:00
}