From 218aa85b64105cec50c72273c4521f61abd22e16 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 25 Apr 2012 22:04:04 -0700 Subject: add back comment api --- index.js | 6 ++++++ 1 file changed, 6 insertions(+) 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'); }) -- cgit v1.2.3