fix: update workflow run with workflow id

This commit is contained in:
BennyKok
2023-12-10 20:59:23 +08:00
parent e5b8b4f7d9
commit ed853fc5f1
7 changed files with 377 additions and 11 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ function addButton() {
deploy.textContent = "Deploying...";
deploy.style.color = "orange";
const apiRoute = "http://localhost:3001/api/upload";
const apiRoute = "http://localhost:3000/api/upload";
const userId = "user_2ZA6vuKD3IJXju16oJVQGLBcWwg";
try {
let data = await fetch(apiRoute, {