feat: 前台动态路由与积木页面、网页路径/发布/模式、PAGE_BUILDER 文档
Made-with: Cursor
This commit is contained in:
@@ -206,6 +206,8 @@ func main() {
|
||||
|
||||
// 官网站点首页(前台,无需鉴权)
|
||||
r.GET("/api/web/homepage", handlers.GetWebHomepage)
|
||||
r.GET("/api/web/routes", handlers.GetWebRoutes)
|
||||
r.GET("/api/web/page", handlers.GetWebPageByPath)
|
||||
|
||||
// 前台 API 路由组
|
||||
web := r.Group("/api/web")
|
||||
|
||||
Reference in New Issue
Block a user