diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-19 07:56:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-19 07:56:26 +0900 |
| commit | b07911ec686a00c2fa82e4dd328dba8ae3aebea1 (patch) | |
| tree | 39a44165f7ec1a366e4e596b58d2ec498208c5ac /src/server/api/index.ts | |
| parent | 4.3.0 (diff) | |
| download | sharkey-b07911ec686a00c2fa82e4dd328dba8ae3aebea1.tar.gz sharkey-b07911ec686a00c2fa82e4dd328dba8ae3aebea1.tar.bz2 sharkey-b07911ec686a00c2fa82e4dd328dba8ae3aebea1.zip | |
Fix
Diffstat (limited to 'src/server/api/index.ts')
| -rw-r--r-- | src/server/api/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/api/index.ts b/src/server/api/index.ts index c39911c35f..004c21b821 100644 --- a/src/server/api/index.ts +++ b/src/server/api/index.ts @@ -45,7 +45,6 @@ router.post('/signin', require('./private/signin').default); router.use(require('./service/github').routes()); router.use(require('./service/twitter').routes()); -router.use(require('./bot/interfaces/line').routes()); // Register router app.use(router.routes()); |