Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
dvovk committed Sep 21, 2024
1 parent 829c8e4 commit ef4d453
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: window.location.origin
backendAddress: "http://localhost:8080"
backendAddress: window.location.origin
//backendAddress: "http://localhost:8080"
};

export const connectionSlice = createSlice({
Expand Down

0 comments on commit ef4d453

Please sign in to comment.