summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/boot.js2
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'
});