UNPKG
tools
Version:
latest (0.0.0)
0.0.0
Install for the tools
toddmoore/recline
tools
/
app
/
views
/
forms.js
4 lines
(3 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
exports
.
get
=
function
(
req,res
) { res.
render
(
'forms.html'
, {
test
:
"test"
}, {}); }