Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Update common.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z authored Jun 2, 2024
1 parent cda3c80 commit d72c451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function getBackend(){
}).then(response => response.json().then(json => {
return json["backend"]
})).catch(e => {
return "https://api.skademaskinen.win:11034"
return "https://api.skade.dev"
})
}
async function getHome(){
Expand Down

0 comments on commit d72c451

Please sign in to comment.