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,