aboutsummaryrefslogtreecommitdiffstats
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.js b/app.js
index 2558885..1c6e673 100644
--- a/app.js
+++ b/app.js
@@ -5,6 +5,7 @@
var express = require('express')
, routes = require('./routes')
+ , config = require('./config')
, http = require('http')
, path = require('path');