Skip to content

Commit

Permalink
hobaggonu revised
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakul Srikanth committed Jan 13, 2025
1 parent ef467c8 commit 98e7f2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 98e7f2f

Please sign in to comment.