UNPKG
rapidly
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
This helper can help you set your API routes/actions rapidly based on Express.js
EragonJ/Rapidly
rapidly
/
template
/
update.js
4 lines
(3 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
module
.
exports
=
function
(
req, res, next
) { res.
send
(
'Update Successfully'
); };