summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2018-08-22 01:50:13 +0900
committerGitHub <noreply@github.com>2018-08-22 01:50:13 +0900
commitf33701233c03362fa9baecdf32da1a34df0634a5 (patch)
treee347138f29c45a6a3e9a58c4e6846934eeb32967 /src
parentUpdate boot.js (diff)
downloadsharkey-f33701233c03362fa9baecdf32da1a34df0634a5.tar.gz
sharkey-f33701233c03362fa9baecdf32da1a34df0634a5.tar.bz2
sharkey-f33701233c03362fa9baecdf32da1a34df0634a5.zip
Update boot.js
Diffstat (limited to 'src')
-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'
});