From 658a6a569e81f5ff0d2c0a08a13ce843dac043ef Mon Sep 17 00:00:00 2001 From: Sense101 <67970865+Sense101@users.noreply.github.com> Date: Thu, 24 Jun 2021 19:33:29 +0100 Subject: [PATCH] changed to the right api --- src/js/platform/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/platform/api.js b/src/js/platform/api.js index db27360d..c9163517 100644 --- a/src/js/platform/api.js +++ b/src/js/platform/api.js @@ -25,7 +25,7 @@ export class ClientAPI { getEndpoint() { if (G_IS_DEV) { - return "http://localhost:15001"; + return "https://api.shapez.io"; } if (window.location.host === "beta.shapez.io") { return "https://api-staging.shapez.io";