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' });