Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaddox committed Jan 2, 2024
1 parent 47826b1 commit e46957a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jspm_packages
Typings

# Build
# dist
# dist

.vscode/
1 change: 1 addition & 0 deletions src/globals/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
}
Expand Down

0 comments on commit e46957a

Please sign in to comment.