From f33701233c03362fa9baecdf32da1a34df0634a5 Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Wed, 22 Aug 2018 01:50:13 +0900 Subject: Update boot.js --- src/client/app/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }); -- cgit v1.2.3-freya