Add files via upload
This commit is contained in:
parent
a64b483869
commit
3cbae37855
|
|
@ -418,7 +418,7 @@
|
|||
document.getElementById('y').textContent = new Date().getFullYear();
|
||||
|
||||
// === CONFIG (same API + servers as your current page) ===
|
||||
const API = 'https://flush-flush-slow-managed.trycloudflare.com';
|
||||
const API = "http://10.1.10.195:5317";
|
||||
|
||||
const SERVERS = [
|
||||
{ name: 'The Island (PvP)', host: '10.1.10.64', port: 27015 },
|
||||
|
|
|
|||
|
|
@ -462,7 +462,8 @@
|
|||
</div>
|
||||
|
||||
<script>
|
||||
const API = 'https://flush-flush-slow-managed.trycloudflare.com';
|
||||
const API = "https://affiliated-lets-automatic-oak.trycloudflare.com";
|
||||
|
||||
|
||||
/* ===== Login banner (whoami) ===== */
|
||||
async function getWhoAmI() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue