Browse Source

去掉测试前端的代码

tags/v1.21.12.2^2
ychao_1983 3 years ago
parent
commit
46f2eebd42
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      routers/actionnotification.go

+ 0
- 3
routers/actionnotification.go View File

@@ -52,7 +52,4 @@ func WriteLastTenActionsIfHave(conn *websocket.Conn) {
socketwrap.LastTenActionsQueue.Mutex.RUnlock()
}

func ActionNotificationTest(ctx *context.Context) {
http.ServeFile(ctx.Resp, ctx.Req.Request, "./websockettest.html")

}

Loading…
Cancel
Save