diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-22 00:52:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-22 00:52:00 +0900 |
| commit | 6ecb88b0d1e8fd2bbea00995e552f8b98e4cdeb8 (patch) | |
| tree | 1fddf2f83d7bd3824e5cfa887f1e3e0a1ab2cf1f /src/client/app | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | sharkey-6ecb88b0d1e8fd2bbea00995e552f8b98e4cdeb8.tar.gz sharkey-6ecb88b0d1e8fd2bbea00995e552f8b98e4cdeb8.tar.bz2 sharkey-6ecb88b0d1e8fd2bbea00995e552f8b98e4cdeb8.zip | |
#2338
Diffstat (limited to 'src/client/app')
| -rw-r--r-- | src/client/app/boot.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/boot.js b/src/client/app/boot.js index 08c3fdeaee..218d57d8ef 100644 --- a/src/client/app/boot.js +++ b/src/client/app/boot.js @@ -104,7 +104,7 @@ // グローバルにタイマーIDを代入しておく window.mkBootTimer = window.setTimeout(async () => { // Fetch meta - const res = await fetch(API + '/meta', { + const res = await fetch('/api/meta', { method: 'POST', cache: 'no-cache' }); |