From 35d31821dabb3107235abac08e3926625d37f0ef Mon Sep 17 00:00:00 2001 From: liuhaotian Date: Tue, 14 Dec 2021 14:41:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=93=E6=9E=84=E6=95=B4=E7=90=86-?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=B7=AF=E7=94=B1=E4=B8=8E=E7=9B=91=E5=90=AC?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0722eab..447a765 100644 --- a/main.go +++ b/main.go @@ -74,8 +74,8 @@ func serverStart() { } func main() { - serverStart() app.Get("/*", func(ctx *fiber.Ctx) error { return handlerMap[ctx.Path()](ctx, mysqlMap) }) + serverStart() }