feat:完善项目

This commit is contained in:
henry
2021-11-11 14:05:52 +08:00
parent d331a682b7
commit 3b09ec1efc
12 changed files with 341 additions and 49 deletions

View File

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