🎨客户端链接信息
This commit is contained in:
@@ -12,7 +12,8 @@ import (
|
||||
func DashboardApi(r *gin.RouterGroup) {
|
||||
dashboard := r.Group("dashboard", middleware.Authorization(), middleware.RequestLog())
|
||||
{
|
||||
dashboard.GET("/request/list", api.Dashboard().List) // 请求日志
|
||||
dashboard.GET("/daily-poetry", api.Dashboard().DailyPoetry) // 每日诗词
|
||||
dashboard.GET("/request/list", api.Dashboard().List) // 请求日志
|
||||
dashboard.GET("/daily-poetry", api.Dashboard().DailyPoetry) // 每日诗词
|
||||
dashboard.GET("/connections", api.Dashboard().ConnectionList) // 客户端列表列表
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user