mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-03 20:12:59 +00:00
ff
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
// Load and display banner
|
||||
async function loadBanner() {
|
||||
try {
|
||||
const response = await fetch('/api/banner.json');
|
||||
const response = await fetch('/api/banner');
|
||||
if (!response.ok) return;
|
||||
|
||||
const banner = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user