From f33701233c03362fa9baecdf32da1a34df0634a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Wed, 22 Aug 2018 01:50:13 +0900 Subject: [PATCH] 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 b15046c22..952881f6c 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' });