diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2018-08-22 01:50:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-22 01:50:13 +0900 |
| commit | f33701233c03362fa9baecdf32da1a34df0634a5 (patch) | |
| tree | e347138f29c45a6a3e9a58c4e6846934eeb32967 /src/client | |
| parent | Update boot.js (diff) | |
| download | sharkey-f33701233c03362fa9baecdf32da1a34df0634a5.tar.gz sharkey-f33701233c03362fa9baecdf32da1a34df0634a5.tar.bz2 sharkey-f33701233c03362fa9baecdf32da1a34df0634a5.zip | |
Update boot.js
Diffstat (limited to 'src/client')
| -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 b15046c228..952881f6cb 100644 --- a/src/client/app/boot.js +++ b/src/client/app/boot.js @@ -106,7 +106,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' }); |