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'; } }