mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-26 08:36:14 +08:00
优化home模块页面错误处理
This commit is contained in:
@@ -8,7 +8,7 @@ package base
|
||||
import "github.com/gogf/gf/v2/frame/g"
|
||||
|
||||
type SiteIndexReq struct {
|
||||
g.Meta `path:"/index" method:"get" summary:"首页" tags:"首页"`
|
||||
g.Meta `path:"/" method:"get" summary:"首页" tags:"首页"`
|
||||
}
|
||||
|
||||
type SiteIndexRes struct {
|
||||
|
Reference in New Issue
Block a user