Skip to content

Commit

Permalink
switch server url
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Aug 26, 2024
1 parent 1c4458f commit e8d2599
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 @@ -175,7 +175,7 @@

const { useState, useEffect } = React;

const serverUrl = "wss://hypha.aicell.io/ws";
const serverUrl = "https://hypha.aicell.io";
const serviceFile = "data-providing-service.py";
const pluginUrl = "https://raw.githubusercontent.com/bioimage-io/bioimageio-colab/main/plugins/bioimageio-colab-annotator.imjoy.html"; // Update to main branch
let workerPromise;
Expand Down

0 comments on commit e8d2599

Please sign in to comment.