From a94dc1415ac44d898fd28164e42d75a7dea7840f Mon Sep 17 00:00:00 2001 From: lhpqaq <657407891@qq.com> Date: Wed, 28 Aug 2024 15:02:04 +0800 Subject: [PATCH] test pr ci --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 95c2fe3..3bf8a53 100755 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( func main() { h := server.Default(server.WithHostPorts(conf.GetConf().Hertz.Address)) - h.Use(interceptor.CheckToken) + h.Use(interceptor.CheckToken) h.Use(interceptor.Cors) excludedPaths := []string{ "/shop",