diff --git a/src/app/store/connectionSlice.ts b/src/app/store/connectionSlice.ts index 5c737bc..96187a6 100644 --- a/src/app/store/connectionSlice.ts +++ b/src/app/store/connectionSlice.ts @@ -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({