1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 03:46:19 +02:00
This commit is contained in:
syuilo
2018-08-22 00:52:00 +09:00
parent 8df1278c8e
commit 6ecb88b0d1
2 changed files with 1 additions and 3 deletions

View File

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