Skip to content

Commit

Permalink
Update flowengine.go
Browse files Browse the repository at this point in the history
  • Loading branch information
svenschaper authored Dec 7, 2022
1 parent a84a17c commit 05a8c89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flowengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,7 @@ func ProcessHandler(jobs floc.Job) func(ctx *gin.Context) {
if err != nil {
panic(err)
}
result := ct.Value("finalresult")
ctx.JSON(http.StatusOK, result)
}
}

0 comments on commit 05a8c89

Please sign in to comment.