Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Missed status
Browse files Browse the repository at this point in the history
  • Loading branch information
aandryashin committed Jul 5, 2016
1 parent bc5c0aa commit 53c1500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func jsonErrMsg(msg string) string {
message["message"] = msg
value := make(map[string]interface{})
value["value"] = message
value["status"] = 13
result, _ := json.Marshal(value)
return string(result)
}
Expand Down

0 comments on commit 53c1500

Please sign in to comment.