Skip to content

Commit

Permalink
Final Ho-Bag-Gonu
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakul Srikanth committed Jan 5, 2025
1 parent c357916 commit 5e2820e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"preview:https": "serve dist",
"reinstall": "rm -rf node_modules; yarn; vue-tsc --noEmit"
},
"version": "5.0.0-alpha.311"
"version": "5.0.0-alpha.312"
}
4 changes: 2 additions & 2 deletions src/models/datas/defaultApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const defaultPreferences: Types.Preferences = {

export const defaultDataSources: Types.DataSources = {
gitHubRepositoryAPI: "https://api.github.com/repos/GamesCrafters/GamesmanUni",
//gameAPI: "https://nyc.cs.berkeley.edu/universal/v1/"
gameAPI: "http://localhost:8082/"
gameAPI: "https://nyc.cs.berkeley.edu/universal/v1/"
//gameAPI: "http://localhost:8082/"
};

export const defaultAvailableMove: Types.Move = {
Expand Down
Loading

0 comments on commit 5e2820e

Please sign in to comment.