Skip to content

Commit

Permalink
Update REST path
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Jun 16, 2019
1 parent 093fe7f commit 9faab6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/contract/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router) {

func registerQueryRoutes(cliCtx context.CLIContext, r *mux.Router) {
r.HandleFunc(
"/contracts/state/{addr}",
"/contract/state/{addr}",
contractStateHandlerFn(cliCtx),
).Methods("GET")
}
Expand Down

0 comments on commit 9faab6f

Please sign in to comment.