diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-07 12:28:53 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-07 12:28:53 +0900 |
| commit | 001bb7bbcd688510223b4f355057cf73d264a7c4 (patch) | |
| tree | f7e3cfd02d2f1f340f0fdf5c1f5bb2c65a06c63e /src/server/api/endpoints/meta.ts | |
| parent | :art: (diff) | |
| download | sharkey-001bb7bbcd688510223b4f355057cf73d264a7c4.tar.gz sharkey-001bb7bbcd688510223b4f355057cf73d264a7c4.tar.bz2 sharkey-001bb7bbcd688510223b4f355057cf73d264a7c4.zip | |
インスタンスの対象言語の設定を実装
Diffstat (limited to 'src/server/api/endpoints/meta.ts')
| -rw-r--r-- | src/server/api/endpoints/meta.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/api/endpoints/meta.ts b/src/server/api/endpoints/meta.ts index 311e3d6692..625a9519d7 100644 --- a/src/server/api/endpoints/meta.ts +++ b/src/server/api/endpoints/meta.ts @@ -43,6 +43,7 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => { name: instance.name, description: instance.description, + langs: instance.langs, secure: config.https != null, machine: os.hostname(), |