mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-25 03:48:35 +08:00
[优化]优化命名
This commit is contained in:
@@ -17,7 +17,7 @@ func InitDeviceGroupRouter(container *restful.Container) {
|
||||
|
||||
ws := new(restful.WebService)
|
||||
ws.Path("/device/group").Produces(restful.MIME_JSON)
|
||||
tags := []string{"DeviceGroup"}
|
||||
tags := []string{"设备分组"}
|
||||
|
||||
ws.Route(ws.GET("/list").To(func(request *restful.Request, response *restful.Response) {
|
||||
restfulx.NewReqCtx(request, response).WithLog("获取DeviceGroup列表").Handle(s.GetDeviceGroupList)
|
||||
|
||||
Reference in New Issue
Block a user