mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-27 11:49:36 +08:00
规则链
This commit is contained in:
@@ -11,6 +11,5 @@ func InitSystemRouter(container *restful.Container) {
|
||||
ws.Path("/system").Produces(restful.MIME_JSON)
|
||||
ws.Route(ws.GET("/").To(s.ConnectWs))
|
||||
ws.Route(ws.GET("/server").To(s.ServerInfo))
|
||||
ws.Route(ws.GET("/test/rulechain").To(s.ServerInfo))
|
||||
container.Add(ws)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user