This commit is contained in:
XM-GO
2023-04-11 17:17:38 +08:00
parent 95ee8aa80b
commit 078781a240
10 changed files with 250 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ func InitVisualDataSetGroupRouter(container *restful.Container) {
}
ws := new(restful.WebService)
ws.Path("/visual/datasetgroup").Produces(restful.MIME_JSON)
ws.Path("/visual/dataset/group").Produces(restful.MIME_JSON)
tags := []string{"datasetgroup"}
ws.Route(ws.GET("/list").To(func(request *restful.Request, response *restful.Response) {