diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 08:06:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 08:06:39 +0900 |
| commit | b6ef2fcb04eb65028c7e62cfca667f606d582a7a (patch) | |
| tree | fc22a3d07b5850f6a46bb1723da8990f103d303b /src/server.ts | |
| parent | [WIP] API testing (diff) | |
| download | sharkey-b6ef2fcb04eb65028c7e62cfca667f606d582a7a.tar.gz sharkey-b6ef2fcb04eb65028c7e62cfca667f606d582a7a.tar.bz2 sharkey-b6ef2fcb04eb65028c7e62cfca667f606d582a7a.zip | |
#31
Diffstat (limited to 'src/server.ts')
| -rw-r--r-- | src/server.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server.ts b/src/server.ts index bff4b86bce..1a7d8e59b0 100644 --- a/src/server.ts +++ b/src/server.ts @@ -8,6 +8,8 @@ import * as https from 'https'; import * as express from 'express'; import vhost = require('vhost'); +import config from './config'; + /** * Init app */ |