Skip to content

Commit

Permalink
replace urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage committed Apr 19, 2024
1 parent f2350a3 commit 173a2be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/plugins/chatbot-extension.imjoy.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

<script lang="javascript">
const chatbot_url = "https://bioimage.io/chat/"
const ufish_url = "http://localhost:5173"
const bioengine_url = "http://localhost:5173/plugins/bioengine_runner.imjoy.html"
const ufish_url = "https://ufish-team.github.io/"
const bioengine_url = "https://ufish-team.github.io/plugins/bioengine_runner.imjoy.html"

class ImJoyPlugin {
async setup() {
Expand Down

0 comments on commit 173a2be

Please sign in to comment.