diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-03 20:06:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-03 20:06:47 +0900 |
| commit | ee6c7129e99c2306b744624aea6b8fcb14387a81 (patch) | |
| tree | e1e243547971caacb33b2fa74892bf9af5663edb /src/api | |
| parent | Fix bug (diff) | |
| download | misskey-ee6c7129e99c2306b744624aea6b8fcb14387a81.tar.gz misskey-ee6c7129e99c2306b744624aea6b8fcb14387a81.tar.bz2 misskey-ee6c7129e99c2306b744624aea6b8fcb14387a81.zip | |
Fix bug
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/endpoints/meta.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/endpoints/meta.ts b/src/api/endpoints/meta.ts index 421ec01d0a..5fd9c20c5a 100644 --- a/src/api/endpoints/meta.ts +++ b/src/api/endpoints/meta.ts @@ -5,6 +5,7 @@ */ import prominence from 'prominence'; import git from 'git-last-commit'; +import config from '../../conf'; /** * @swagger |