mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-27 05:19:37 +08:00
规则
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user