🧹 Remove comment

pull/569/head
Fenny 2020-07-09 13:37:30 +02:00
parent 39b53e1d07
commit 2d034f2026
1 changed files with 0 additions and 1 deletions

View File

@ -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) {})