mirror of https://github.com/gofiber/fiber.git
🧹 Remove comment
parent
39b53e1d07
commit
2d034f2026
|
@ -31,7 +31,6 @@ func Test_App_MethodNotAllowed(t *testing.T) {
|
|||
app := New()
|
||||
|
||||
// https://github.com/gofiber/fiber/issues/556
|
||||
// Middleware handler matched will effect setMethodNotAllowed
|
||||
app.Use(func(ctx *Ctx) { ctx.Next() })
|
||||
|
||||
app.Post("/", func(c *Ctx) {})
|
||||
|
|
Loading…
Reference in New Issue