diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 09:13:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 09:13:32 +0900 |
| commit | 4a8007cf07a50858f18d008216dbf2174ac0ff84 (patch) | |
| tree | fb80292fcf0dc58ec96af99b544f320884555a48 /src/web/server.ts | |
| parent | :v: (diff) | |
| download | sharkey-4a8007cf07a50858f18d008216dbf2174ac0ff84.tar.gz sharkey-4a8007cf07a50858f18d008216dbf2174ac0ff84.tar.bz2 sharkey-4a8007cf07a50858f18d008216dbf2174ac0ff84.zip | |
Fix bug
Diffstat (limited to 'src/web/server.ts')
| -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 */ |