mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
fix: cannot ota upgrade when connect to remote node #424
This commit is contained in:
parent
f41b6bc07b
commit
7ef4fec896
8 changed files with 115 additions and 156 deletions
|
@ -13,5 +13,8 @@ func InitPublicRouter(r *gin.RouterGroup) {
|
|||
func InitPrivateRouter(r *gin.RouterGroup) {
|
||||
r.GET("upgrade/release", GetRelease)
|
||||
r.GET("upgrade/current", GetCurrentVersion)
|
||||
}
|
||||
|
||||
func InitWebSocketRouter(r *gin.RouterGroup) {
|
||||
r.GET("upgrade/perform", PerformCoreUpgrade)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue