Added Update all geofiles button (#3318)

* added Update all geofiles button

* localized update all string
This commit is contained in:
fgsfds
2025-08-06 14:20:07 +05:00
committed by GitHub
parent 58898e5758
commit 5e641ff9e8
16 changed files with 68 additions and 16 deletions

View File

@@ -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)