summaryrefslogtreecommitdiff
path: root/routes/user.js
diff options
context:
space:
mode:
authorJonathan Vingiano <jvingiano@gmail.com>2013-01-17 15:34:15 -0500
committerJonathan Vingiano <jvingiano@gmail.com>2013-01-17 15:34:15 -0500
commite53a355ae0425c1d5f5a485d2748c692f1131024 (patch)
tree5f56678da6e7ad2a52f35a0ce70e8ce89c728fb1 /routes/user.js
waiting2init
Diffstat (limited to 'routes/user.js')
-rw-r--r--routes/user.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/routes/user.js b/routes/user.js
new file mode 100644
index 0000000..d5b34aa
--- /dev/null
+++ b/routes/user.js
@@ -0,0 +1,8 @@
+
+/*
+ * GET users listing.
+ */
+
+exports.list = function(req, res){
+ res.send("respond with a resource");
+}; \ No newline at end of file