From 6ecb88b0d1e8fd2bbea00995e552f8b98e4cdeb8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 22 Aug 2018 00:52:00 +0900 Subject: #2338 --- src/client/app/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app') 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' }); -- cgit v1.2.3-freya