UNPKG
node-wings
Version:
latest (0.0.1-6)
0.0.1-6
node-wings ==========
cortezcristian/node-wings
node-wings
/
routes
/
user.js
8 lines
(6 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* * GET users listing. */
exports
.
list
=
function
(
req, res
){ res.
send
(
"respond with a resource"
); };