From 0f98f37539894eb72cdaf2d3c0ee9deeb7415f8d Mon Sep 17 00:00:00 2001 From: workabee <2950914812@qq.com> Date: Wed, 11 Sep 2024 11:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/router/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/router/router.go b/pkg/router/router.go index 36c3fbd..c2fdb14 100644 --- a/pkg/router/router.go +++ b/pkg/router/router.go @@ -42,7 +42,7 @@ func NewRouter() *gin.Engine { } //้™ๆ€ๆ–‡ไปถ - r.StaticFS("/static", http.Dir("./runtime")) + auth.StaticFS("/static", http.Dir("./runtime")) r.NoRoute(func(c *gin.Context) { c.JSON(http.StatusNotFound, gin.H{ "status": 1,