diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-02 06:26:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-02 06:26:31 +0900 |
| commit | 423f73777cd0b8e6ef916f1ad4e6971c1e560bb7 (patch) | |
| tree | 2b2b0fbe21322467321fa744795d13a567a22a6e /src/web/app/config.ts | |
| parent | v3925 (diff) | |
| download | misskey-423f73777cd0b8e6ef916f1ad4e6971c1e560bb7.tar.gz misskey-423f73777cd0b8e6ef916f1ad4e6971c1e560bb7.tar.bz2 misskey-423f73777cd0b8e6ef916f1ad4e6971c1e560bb7.zip | |
nanka iroiro
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 2461b22158..b51279192c 100644 --- a/src/web/app/config.ts +++ b/src/web/app/config.ts @@ -12,6 +12,7 @@ declare const _SW_PUBLICKEY_: string; declare const _THEME_COLOR_: string; declare const _COPYRIGHT_: string; declare const _VERSION_: string; +declare const _LICENSE_: string; export const host = _HOST_; export const url = _URL_; @@ -27,3 +28,4 @@ export const swPublickey = _SW_PUBLICKEY_; export const themeColor = _THEME_COLOR_; export const copyright = _COPYRIGHT_; export const version = _VERSION_; +export const license = _LICENSE_; |