mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
changed to the right api
This commit is contained in:
parent
a16d11fbf6
commit
658a6a569e
@ -25,7 +25,7 @@ export class ClientAPI {
|
|||||||
|
|
||||||
getEndpoint() {
|
getEndpoint() {
|
||||||
if (G_IS_DEV) {
|
if (G_IS_DEV) {
|
||||||
return "http://localhost:15001";
|
return "https://api.shapez.io";
|
||||||
}
|
}
|
||||||
if (window.location.host === "beta.shapez.io") {
|
if (window.location.host === "beta.shapez.io") {
|
||||||
return "https://api-staging.shapez.io";
|
return "https://api-staging.shapez.io";
|
||||||
|
Loading…
Reference in New Issue
Block a user