Skip to content

Commit

Permalink
Deploy to GitHub Pages ddf149c
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Nov 16, 2023
1 parent b96ecfb commit debaf36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/bioengine-test-run.imjoy.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
async def setup(self):
api.log("Connector plugin is ready.")
server = await connect_to_server(
{"name": "client", "server_url": "https://ai.imjoy.io", "method_timeout": 30}
{"name": "client", "server_url": "https://hypha.bioimage.io", "method_timeout": 30}
)
self.triton = await server.get_service("triton-client")
self.image = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "/manifest.json"
},
{
"revision": "3168003bc83e2b1cb5a634333695d69d",
"revision": "92b4230ba0196cae1320ed02b9dd4003",
"url": "/plugins/bioengine-test-run.imjoy.html"
},
{
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");

importScripts(
"/precache-manifest.9cf92cfdca55f2203608224d69ea9ae9.js"
"/precache-manifest.ee641eb4f508b7fb60b23a1bf21b2dbb.js"
);

workbox.core.setCacheNameDetails({prefix: "bioimage"});
Expand Down

0 comments on commit debaf36

Please sign in to comment.