Skip to content
Snippets Groups Projects
Commit 9f5383b6 authored by Jan Fecht's avatar Jan Fecht
Browse files

Use clicki_bunti host as api endpoint

parent 47951e68
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class App extends React.Component {
nodeState: {},
ws: null,
isPrivileged: false,
wsURL: "wss://knecht.stusta.de:8001"
wsURL: "wss://" + window.location.hostname + ":8001"
}
ws = new WebSocket(this.state.wsURL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment