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-24 18:02:24 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-24 18:02:24 +0400
commite8e4331e9255368d88284ba88dc3b3bfdebd4d90 (patch)
treeff400c389968472bf206f6ec114d9487e36e0713
parentd088c29b648b06ff743bd57f009796c24f1a09b5 (diff)
remove useless comment
-rw-r--r--index.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/index.js b/index.js
index a37b024..4d9f673 100644
--- a/index.js
+++ b/index.js
@@ -41,12 +41,6 @@ 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');
})