Skip to content

Commit

Permalink
register craft route
Browse files Browse the repository at this point in the history
  • Loading branch information
Muirrum committed Oct 16, 2023
1 parent 1c02001 commit 3148d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/routers/hkgi.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func SetupHkgiRoutes(hkgi fiber.Router) {
// POST
hkgi.Post("/useitem", handlers.UseItem)

hkgi.Post("/craft", func(c *fiber.Ctx) error { return nil })
hkgi.Post("/craft", handlers.Craft)

hkgi.Post("/gib", handlers.Gib)

Expand Down

0 comments on commit 3148d3f

Please sign in to comment.