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:
Diffstat (limited to 'index.js')
-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');
})