feat(self-check): check websocket

This commit is contained in:
Jacky 2025-01-23 10:00:33 +08:00
parent 5c11266945
commit 132e05c35c
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
17 changed files with 203 additions and 294 deletions

View file

@ -15,6 +15,7 @@ func InitPrivateRouter(r *gin.RouterGroup) {
r.GET("upgrade/current", GetCurrentVersion)
r.GET("self_check", SelfCheck)
r.POST("self_check/:name/fix", SelfCheckFix)
r.GET("self_check/websocket", CheckWebSocket)
}
func InitWebSocketRouter(r *gin.RouterGroup) {