forked from FoundKeyGang/FoundKey
Update boot.js
This commit is contained in:
parent
70003269e5
commit
f33701233c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue