feat: adding ping & pong handler

This commit is contained in:
2026-02-01 19:05:33 +07:00
parent 9816426780
commit 7f21b733ed
4 changed files with 33 additions and 22 deletions

View File

@@ -115,6 +115,7 @@ func (s *SafeWebsocketServer) AuthMiddleware(next http.Handler) http.Handler {
StatusCode(http.StatusForbidden).
Message("X-MBX-APIKEY is missing").
Build())
return
}
next.ServeHTTP(w, r)
})