From e1a46e17a48ab8f38b77849bd68520fb6799d234 Mon Sep 17 00:00:00 2001 From: liuhaotian Date: Thu, 13 Jan 2022 14:52:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20FibberRespHandler=20=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/api/fiber.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/fiber.go b/pkg/api/fiber.go index 9cb5efa..bb8c8c4 100644 --- a/pkg/api/fiber.go +++ b/pkg/api/fiber.go @@ -47,7 +47,7 @@ func FibberRespHandler(c *fiber.Ctx) error { return c.JSON(resp) } - return c.Next() + return nil } // FibberRecoverHandler fiberPanicRecover