Loading src/main/resources/templates/js/app.js +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ async function startWorkflow(){ startButton.style.display = "none"; displayLoading(); try { const response = await fetch('http://127.0.0.1:5000/runProcess'); const response = await fetch('http://127.0.0.1:5555/runProcess'); if (!response.ok) { throw new Error('Failed to fetch image and objects'); } Loading Loading
src/main/resources/templates/js/app.js +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ async function startWorkflow(){ startButton.style.display = "none"; displayLoading(); try { const response = await fetch('http://127.0.0.1:5000/runProcess'); const response = await fetch('http://127.0.0.1:5555/runProcess'); if (!response.ok) { throw new Error('Failed to fetch image and objects'); } Loading