summaryrefslogtreecommitdiff
path: root/server/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-06 17:50:55 -0400
committerJules Laplace <jules@okfoc.us>2015-08-06 17:53:17 -0400
commitf84ea4bf323f99479298f0576006267bf4182632 (patch)
tree5891157da57fb4c5c43a6faa64752eecb6ca4398 /server/index.js
parent80723a9898ad237818ac04ae47ff801919f34961 (diff)
pass thru plans
Diffstat (limited to 'server/index.js')
-rw-r--r--server/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/index.js b/server/index.js
index 4926a94..30cf69a 100644
--- a/server/index.js
+++ b/server/index.js
@@ -82,6 +82,8 @@ site.setup = function(){
// var io = websocket.listen(server)
// auth.initSockets(io, SessionStore)
+
+ middleware.updatePlans()
}
site.route = function () {