Skip to content

Commit

Permalink
Michelson parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jun 28, 2022
1 parent b50c558 commit ce4f046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/handlers/entrypoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func GetEntrypointData() gin.HandlerFunc {
if handleError(c, ctx.Storage, err, 0) {
return
}
c.SecureJSON(http.StatusOK, michelson)
c.Data(http.StatusOK, gin.MIMEPlain, []byte(michelson))
return
}

Expand Down

0 comments on commit ce4f046

Please sign in to comment.