feat:完善项目

This commit is contained in:
henry
2021-11-16 11:46:44 +08:00
parent 78128277ff
commit 978918e5aa
14 changed files with 193 additions and 19 deletions

View File

@ -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")