Skip to content

Commit

Permalink
fix: action api response
Browse files Browse the repository at this point in the history
  • Loading branch information
asishrs committed Jan 29, 2019
1 parent 89d10a1 commit 95e352f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func setStatus(apiRequest public.Request, status string) (events.APIGatewayProxy
wsutil.Status(zID, status, connection)
return events.APIGatewayProxyResponse{
StatusCode: 200,
Body: "string(result)",
Body: "{\"message\": \"Success\"}",
}, nil
}

Expand Down

0 comments on commit 95e352f

Please sign in to comment.