mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat(self-check): check websocket
This commit is contained in:
parent
5c11266945
commit
132e05c35c
17 changed files with 203 additions and 294 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue