Skip to content

Commit

Permalink
add item deserialization endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cfi2017 committed Apr 12, 2020
1 parent b0776dd commit df58627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ func Start() error {
r.GET("/characters/:id", getCharacterRequest)
r.POST("/characters/:id", updateCharacterRequest)

r.GET("/characters/:id/items", getItems)

return r.Run(":5050")
}

0 comments on commit df58627

Please sign in to comment.