This commit is contained in:
parent
8df1278c8e
commit
6ecb88b0d1
2 changed files with 1 additions and 3 deletions
|
@ -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'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue