nandlabs / golly

golly is a open source library for go
https://golly.nandlabs.io
MIT License
19 stars 2 forks source link

[BUG] routes register #42

Closed neo7337 closed 2 months ago

neo7337 commented 3 months ago

Describe the bug Unable to add multiple handlers to same path with different handlers

To Reproduce router.Post("/api/v1/users", handlers.AddUser(s.store)) router.Get("/api/v1/users", handlers.GetUsers(s.store))

Expected behavior It should allow to register to the handlers as expected

Screenshots image

nandagopalan commented 2 months ago

Closed with #54