summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-08-22 00:52:00 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-08-22 00:52:00 +0900
commit6ecb88b0d1e8fd2bbea00995e552f8b98e4cdeb8 (patch)
tree1fddf2f83d7bd3824e5cfa887f1e3e0a1ab2cf1f /src/client/app
parentMerge branch 'master' of https://github.com/syuilo/misskey (diff)
downloadsharkey-6ecb88b0d1e8fd2bbea00995e552f8b98e4cdeb8.tar.gz
sharkey-6ecb88b0d1e8fd2bbea00995e552f8b98e4cdeb8.tar.bz2
sharkey-6ecb88b0d1e8fd2bbea00995e552f8b98e4cdeb8.zip
#2338
Diffstat (limited to 'src/client/app')
-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 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'
});