diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-20 22:53:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-20 22:53:34 +0900 |
| commit | e1259409e914baaa399e2866feb887b3beddbdf7 (patch) | |
| tree | 7800ed7739e6f9dd523d7da1525d9bbb8c43deb3 /src/web/app/config.ts | |
| parent | wip (diff) | |
| download | misskey-e1259409e914baaa399e2866feb887b3beddbdf7.tar.gz misskey-e1259409e914baaa399e2866feb887b3beddbdf7.tar.bz2 misskey-e1259409e914baaa399e2866feb887b3beddbdf7.zip | |
wip
Diffstat (limited to 'src/web/app/config.ts')
| -rw-r--r-- | src/web/app/config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/config.ts b/src/web/app/config.ts index 25381ecce7..2461b22158 100644 --- a/src/web/app/config.ts +++ b/src/web/app/config.ts @@ -5,6 +5,7 @@ declare const _DOCS_URL_: string; declare const _STATS_URL_: string; declare const _STATUS_URL_: string; declare const _DEV_URL_: string; +declare const _CH_URL_: string; declare const _LANG_: string; declare const _RECAPTCHA_SITEKEY_: string; declare const _SW_PUBLICKEY_: string; @@ -19,6 +20,7 @@ export const docsUrl = _DOCS_URL_; export const statsUrl = _STATS_URL_; export const statusUrl = _STATUS_URL_; export const devUrl = _DEV_URL_; +export const chUrl = _CH_URL_; export const lang = _LANG_; export const recaptchaSitekey = _RECAPTCHA_SITEKEY_; export const swPublickey = _SW_PUBLICKEY_; |