mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
* 🔥 feat: Add Support for Removing Routes (#3230) * Add new methods named RemoveRoute and RemoveRouteByName. * Update register method to prevent duplicate routes. * Clean up tests * Update docs * Update router.go * Fix markdown * Some fixes * update * test * fix removing logic * fix tests * fix tests * update docs * fix tests * Update docs/api/app.md * Apply suggestions from code review * update methods behavior of removeroute * 🔥 feat: Add Support for Removing Routes #3230 --------- Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Co-authored-by: Juan Calderon-Perez <jgcalderonperez@protonmail.com> Co-authored-by: Muhammed Efe Cetin <efectn@protonmail.com> Co-authored-by: RW <rene@gofiber.io>