From e46957aeedc90f939c5860b1e815dbf2e8758408 Mon Sep 17 00:00:00 2001 From: lmaddox Date: Tue, 2 Jan 2024 11:16:39 -0600 Subject: [PATCH] update --- .gitignore | 4 +++- src/globals/constants.ts | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 73b43a1..921dfc6 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,6 @@ jspm_packages Typings # Build -# dist \ No newline at end of file +# dist + +.vscode/ diff --git a/src/globals/constants.ts b/src/globals/constants.ts index e891ba9..3d8fc6f 100644 --- a/src/globals/constants.ts +++ b/src/globals/constants.ts @@ -11,6 +11,7 @@ namespace Flappy.Global { if (window.location.href === 'http://127.0.0.1:8080/' || window.location.href === 'http://localhost:8080/') { return 'http://localhost:9001'; } else { + // TODO this needs to point to botze server return 'https://flappy-bird-server.glitch.me'; } }