Skip to content

Commit

Permalink
Merge pull request #9 from erigontech/burl
Browse files Browse the repository at this point in the history
set backend url
  • Loading branch information
dvovk authored Aug 12, 2024
2 parents d757536 + b1e5338 commit 0bb8149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/store/connectionSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const initialState: ConnectionState = {
isConnectedToInternet: true,
isConnectedToNode: true,
nodeConnectionType: NodeConnectionType.Unknown,
backendAddress: "http://localhost:8080"
//backendAddress: window.location.origin
//backendAddress: "http://localhost:8080"
backendAddress: window.location.origin
};

export const connectionSlice = createSlice({
Expand Down

0 comments on commit 0bb8149

Please sign in to comment.