aboutsummaryrefslogtreecommitdiffstats
path: root/routes/user.js
diff options
context:
space:
mode:
authorTeddy Wing2013-04-27 19:26:25 -0400
committerTeddy Wing2013-04-27 19:27:06 -0400
commit0d45e6fce95bccb90d86846fe33c60d7acb5cd1d (patch)
treeac111ed8b006d2f3a87313550220f49046f425f6 /routes/user.js
parent512e8b2da71de59132a29e80d7359ac843d62f07 (diff)
downloadWho-am-I-0d45e6fce95bccb90d86846fe33c60d7acb5cd1d.tar.bz2
Update routing system. Add character images endpoint
Now includes an endpoint to get character images using dummy data.
Diffstat (limited to 'routes/user.js')
-rw-r--r--routes/user.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/routes/user.js b/routes/user.js
deleted file mode 100644
index d5b34aa..0000000
--- a/routes/user.js
+++ /dev/null
@@ -1,8 +0,0 @@
-
-/*
- * GET users listing.
- */
-
-exports.list = function(req, res){
- res.send("respond with a resource");
-}; \ No newline at end of file