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を代入しておく
 | 
						// グローバルにタイマーIDを代入しておく
 | 
				
			||||||
	window.mkBootTimer = window.setTimeout(async () => {
 | 
						window.mkBootTimer = window.setTimeout(async () => {
 | 
				
			||||||
		// Fetch meta
 | 
							// Fetch meta
 | 
				
			||||||
		const res = await fetch(API + '/meta', {
 | 
							const res = await fetch('/api/meta', {
 | 
				
			||||||
			method: 'POST',
 | 
								method: 'POST',
 | 
				
			||||||
			cache: 'no-cache'
 | 
								cache: 'no-cache'
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue