Closed neo7337 closed 2 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
Closed with #54
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