Compare commits

...

2 Commits

Author SHA1 Message Date
workabee 06ceb1c8e2 Merge branch 'wp' into dev 2 weeks ago
workabee 0f98f37539 更新 2 weeks ago

@ -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,

Loading…
Cancel
Save