mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-31 08:35:39 +00:00
Added Update all geofiles button (#3318)
* added Update all geofiles button * localized update all string
This commit is contained in:
parent
58898e5758
commit
5e641ff9e8
16 changed files with 68 additions and 16 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue