Skip to content

Commit

Permalink
Updating hypha link (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 authored Nov 16, 2023
1 parent 679e151 commit ddf149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/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

0 comments on commit ddf149c

Please sign in to comment.