Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfgsfds <4870330+fgsfds@users.noreply.github.com>2025-08-06 12:20:07 +0300
committerGitHub <noreply@github.com>2025-08-06 12:20:07 +0300
commit5e641ff9e80a6ec75ff2e3258737892689f8e109 (patch)
tree5d745ecf761bb2e41dff5eb84c86aa1801f10fb2 /web/controller
parent58898e5758697c4c2d9a91704b3f2662adb7167d (diff)
Added Update all geofiles button (#3318)
* added Update all geofiles button * localized update all string
Diffstat (limited to 'web/controller')
-rw-r--r--web/controller/server.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/controller/server.go b/web/controller/server.go
index 17b25cdc..2d2f741e 100644
--- a/web/controller/server.go
+++ b/web/controller/server.go
@@ -45,6 +45,7 @@ func (a *ServerController) initRouter(g *gin.RouterGroup) {
g.POST("/stopXrayService", a.stopXrayService)
g.POST("/restartXrayService", a.restartXrayService)
g.POST("/installXray/:version", a.installXray)
+ g.POST("/updateGeofile", a.updateGeofile)
g.POST("/updateGeofile/:fileName", a.updateGeofile)
g.POST("/logs/:count", a.getLogs)
g.POST("/xraylogs/:count", a.getXrayLogs)