Skip to content

Commit

Permalink
no https
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Oct 16, 2023
1 parent f5d404f commit 48895c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webAO/master.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ fpPromise

check_https();

fetch('https://servers.aceattorneyonline.com/servers')
fetch('http://servers.aceattorneyonline.com/servers')
.then(cachedServerlist)
.then((response) => loadServerlist(response))
.catch(cachedServerlist);

fetch('https://servers.aceattorneyonline.com/version')
fetch('http://servers.aceattorneyonline.com/version')
.then((response) => response.text())
.then((response) => processVersion(response));

Expand Down

0 comments on commit 48895c9

Please sign in to comment.