Add files via upload

This commit is contained in:
James 2025-10-01 15:38:51 -07:00 committed by GitHub
parent 00187b4882
commit 2858c6c261
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -418,7 +418,8 @@
document.getElementById('y').textContent = new Date().getFullYear();
// === CONFIG (same API + servers as your current page) ===
const API = 'https://status.oblistudios.com/status';
const API = 'http://10.1.10.64:5317/api/status';
const SERVERS = [
{ name: 'The Island (PvP)', host: '10.1.10.64', port: 27015 },
{ name: 'The Center (PvP)', host: '10.1.10.64', port: 27016 },