Skip to content

Commit

Permalink
New URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Jan 17, 2024
1 parent 9fb91ef commit 6abdf76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/js/loadingurl.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ function SetFilesNeeded(needed) { }

function loaded() {
if (document.location.protocol === 'file:') {
GameDetails('SpaceAge [Betelgeuse]', 'https://spaceage.mp/loadingurl/', 'sb_gooniverse_v4', 16, '76561197971055508', 'spaceage', 1, 'en');
GameDetails('SpaceAge [Betelgeuse]', 'https:/api.spaceage.doridian.net/loadingurl/', 'sb_gooniverse_v4', 16, '76561197971055508', 'spaceage', 1, 'en');
}
}
2 changes: 1 addition & 1 deletion src/assets/js/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async function aggregateLoad(urls) {
if (allData[url]) {
continue;
}
allData[url] = fetch(`https://api.spaceage.mp${url}`).then(async res => {
allData[url] = fetch(`https://api.spaceage.doridian.net${url}`).then(async res => {
return {
data: await res.json(),
status: res.status,
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: base
- [Factions](factions.md)

## Useful links
- [Join server](https://api.spaceage.mp/v2/servers/Betelgeuse/connect)
- [Join server](https://api.spaceage.doridian.net/v2/servers/Betelgeuse/connect)
- [Scoreboard](scoreboard/)
- [Discord](https://discord.gg/AVzS2yr)

Expand Down

0 comments on commit 6abdf76

Please sign in to comment.