Add files via upload
This commit is contained in:
parent
00187b4882
commit
2858c6c261
|
|
@ -418,7 +418,8 @@
|
||||||
document.getElementById('y').textContent = new Date().getFullYear();
|
document.getElementById('y').textContent = new Date().getFullYear();
|
||||||
|
|
||||||
// === CONFIG (same API + servers as your current page) ===
|
// === 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 = [
|
const SERVERS = [
|
||||||
{ name: 'The Island (PvP)', host: '10.1.10.64', port: 27015 },
|
{ name: 'The Island (PvP)', host: '10.1.10.64', port: 27015 },
|
||||||
{ name: 'The Center (PvP)', host: '10.1.10.64', port: 27016 },
|
{ name: 'The Center (PvP)', host: '10.1.10.64', port: 27016 },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue