Skip to content

Commit

Permalink
update WebSocket URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmechtel authored Aug 19, 2024
1 parent 20b1df6 commit 1cf414d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
const PYTHON_FILE_NAME = 'provide_images.py';

function App() {
const [serverURL, setServerURL] = useState("http://hypha.aicell.io");
const [serverURL, setServerURL] = useState("wss://hypha.aicell.io/ws");
const [pyodideWorker, setPyodideWorker] = useState(null);
const [code, setCode] = useState("");
const [user, setUser] = useState({});
Expand Down

0 comments on commit 1cf414d

Please sign in to comment.