Skip to content

Commit

Permalink
make convert call post
Browse files Browse the repository at this point in the history
  • Loading branch information
cfi2017 committed Apr 18, 2020
1 parent c11977a commit 207d2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func Start(opts Options) error {
r.GET("/characters/:id/items", getItemsRequest)
r.POST("/characters/:id/items", updateItemsRequest)

r.GET("/convert", convertItem)
r.POST("/convert", convertItem)

return r.Run(":5050")
}

0 comments on commit 207d2ff

Please sign in to comment.