Browse Source

Update leaderboard urls

master
NGnius (Graham) 3 years ago
parent
commit
17e866b465
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      site/board/board.js
  2. +1
    -1
      site/board/player.js

+ 1
- 1
site/board/board.js View File

@@ -1,4 +1,4 @@
let load_url = "https://exmods.org/load?board=main-test&count=10&start=0";
let load_url = "https://leadercraft.exmods.org/s/load?board=main-test&count=10&start=0";
let test_url = "http://localhost:1337/load?board=main-test&count=15&start=0";
//load_url = test_url // testing only



+ 1
- 1
site/board/player.js View File

@@ -1,4 +1,4 @@
let load_url = "https://exmods.org/player"
let load_url = "https://leadercraft.exmods.org/s/player"
let test_url = "http://localhost:1337/player"
//load_url = test_url // testing only



Loading…
Cancel
Save