diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-07 13:14:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-07 13:14:52 +0900 |
| commit | cb6f390fb6964a032f15c6885d686d07c945ad38 (patch) | |
| tree | e1e5d1de37ec20bc8b49c523fdaeff2227814944 /src/server/api/index.ts | |
| parent | Fix (diff) | |
| download | sharkey-cb6f390fb6964a032f15c6885d686d07c945ad38.tar.gz sharkey-cb6f390fb6964a032f15c6885d686d07c945ad38.tar.bz2 sharkey-cb6f390fb6964a032f15c6885d686d07c945ad38.zip | |
GitHub / Twitter連携の設定をDBに保存するように
Diffstat (limited to 'src/server/api/index.ts')
| -rw-r--r-- | src/server/api/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/api/index.ts b/src/server/api/index.ts index 33e98f650a..bb8bad8bbe 100644 --- a/src/server/api/index.ts +++ b/src/server/api/index.ts @@ -44,6 +44,7 @@ router.post('/signup', require('./private/signup').default); router.post('/signin', require('./private/signin').default); router.use(require('./service/github').routes()); +router.use(require('./service/github-bot').routes()); router.use(require('./service/twitter').routes()); router.use(require('./mastodon').routes()); |