diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-01-31 23:32:58 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-01-31 23:32:58 +0900 |
| commit | f35547f3b8fef605a3ba34136a87f83cddb5f49f (patch) | |
| tree | 3ea2719193d8ac1d832b53e744400ffe4e672900 /src/server/api/service/twitter.ts | |
| parent | おすすめのアンケートでミュートユーザーのものは表示... (diff) | |
| download | sharkey-f35547f3b8fef605a3ba34136a87f83cddb5f49f.tar.gz sharkey-f35547f3b8fef605a3ba34136a87f83cddb5f49f.tar.bz2 sharkey-f35547f3b8fef605a3ba34136a87f83cddb5f49f.zip | |
API modules as import syntax (#4069)
Diffstat (limited to 'src/server/api/service/twitter.ts')
| -rw-r--r-- | src/server/api/service/twitter.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/service/twitter.ts b/src/server/api/service/twitter.ts index ff7f985279..f7f023d828 100644 --- a/src/server/api/service/twitter.ts +++ b/src/server/api/service/twitter.ts @@ -185,4 +185,4 @@ router.get('/tw/cb', async ctx => { } }); -module.exports = router; +export default router; |