Skip to content

Commit

Permalink
Merge pull request #101 from yashsinghcodes/healthapi-fix
Browse files Browse the repository at this point in the history
fix for health api
  • Loading branch information
frikky authored Aug 20, 2024
2 parents cfd6112 + ce3b948 commit 868d12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions health.go
Original file line number Diff line number Diff line change
Expand Up @@ -1133,8 +1133,8 @@ func InitOpsWorkflow(apiKey string, OrgId string) (string, error) {
body := GetWorkflowTest()
if project.Environment == "cloud" {
// url := "https://shuffler.io/api/v1/workflows/602c7cf5-500e-4bd1-8a97-aa5bc8a554e6"
// url := "https://shuffler.io/api/v1/workflows/412256ca-ce62-4d20-9e55-1491548349e1"
url := "https://shuffler.io/api/v1/workflows/7b729319-b395-4ba3-b497-d8246da67b1c"
// url := "https://shuffler.io/api/v1/workflows/7b729319-b395-4ba3-b497-d8246da67b1c"
url := "https://shuffler.io/api/v1/workflows/412256ca-ce62-4d20-9e55-1491548349e1"
req, err := http.NewRequest("GET", url, nil)
if err != nil {
log.Println("[ERROR] creating HTTP request:", err)
Expand Down

0 comments on commit 868d12b

Please sign in to comment.