feat:完善项目
This commit is contained in:
@ -164,6 +164,7 @@ func (this *Router) registerAPI() {
|
||||
workV1.POST("/list", _api.Instance)
|
||||
workV1.POST("/person", _api.Person)
|
||||
workV1.POST("/workbench", _api.Workbench)
|
||||
workV1.POST("/detail", _api.Detail)
|
||||
workV1.POST("/launch", _api.Launch)
|
||||
workV1.POST("/examine", _api.Examine)
|
||||
workV1.POST("/delete", _api.Delete)
|
||||
|
Reference in New Issue
Block a user