Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-26 09:04:04 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-26 09:04:04 +0400
commit218aa85b64105cec50c72273c4521f61abd22e16 (patch)
tree51c62d6ce4610e7aa739d38abebef2cb1a839fc2
parente8e4331e9255368d88284ba88dc3b3bfdebd4d90 (diff)
add back comment api
-rw-r--r--index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.js b/index.js
index 4d9f673..a37b024 100644
--- a/index.js
+++ b/index.js
@@ -41,6 +41,12 @@ refreshCache()
setInterval(refreshCache, 1000 * 60 * 60 * 2)
+// API args:
+// + js = array
+// + css = array
+// + img = array
+// + vars = obj
+
app.get('/', function (req, res) {
res.send('Bootstrap Server - w/cache. <3');
})