Skip to content

Commit

Permalink
return vsp purchaseinfo with api response
Browse files Browse the repository at this point in the history
  • Loading branch information
itswisdomagain committed Aug 7, 2019
1 parent 33040ca commit 409bca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (controller *MainController) API(c web.C, r *http.Request) *system.APIRespo
case "address":
_, code, response, err = controller.APIAddress(c, r)
case "purchaseticket":
_, code, response, err = controller.APIPurchaseTicket(c, r)
data, code, response, err = controller.APIPurchaseTicket(c, r)
case "voting":
_, code, response, err = controller.APIVoting(c, r)
default:
Expand Down

0 comments on commit 409bca3

Please sign in to comment.