feat:完善项目
This commit is contained in:
@ -69,7 +69,6 @@ func (this *Router) registerAPI() {
|
||||
_api := new(api.Dashboard)
|
||||
dashboardV1.GET("/", _api.Index)
|
||||
dashboardV1.POST("/repair", _api.Repair)
|
||||
dashboardV1.GET("/score", _api.Score)
|
||||
}
|
||||
// Account 接口管理
|
||||
accountV1 := v1.Group("/account")
|
||||
|
Reference in New Issue
Block a user