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:
-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');
})