diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/server.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/server.ts b/src/web/server.ts index 29041e12f5..5bff450aa3 100644 --- a/src/web/server.ts +++ b/src/web/server.ts @@ -12,6 +12,8 @@ import * as compression from 'compression'; const subdomain = require('subdomain'); import serveApp from './serve-app'; +import config from '../conf'; + /** * Init app */ |