From 25db6e69ea339941571aaab9ff1bfc5cffe3ff0e Mon Sep 17 00:00:00 2001 From: Sense101 <67970865+Sense101@users.noreply.github.com> Date: Fri, 25 Jun 2021 11:45:02 +0100 Subject: [PATCH] kept api --- src/js/platform/api.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/js/platform/api.js b/src/js/platform/api.js index db27360d..1b8bcdac 100644 --- a/src/js/platform/api.js +++ b/src/js/platform/api.js @@ -24,12 +24,12 @@ export class ClientAPI { } getEndpoint() { - if (G_IS_DEV) { - return "http://localhost:15001"; - } - if (window.location.host === "beta.shapez.io") { - return "https://api-staging.shapez.io"; - } + //if (G_IS_DEV) { + // return "http://localhost:15001"; + //} + //if (window.location.host === "beta.shapez.io") { + // return "https://api-staging.shapez.io"; + //} return "https://api.shapez.io"; }