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:
Diffstat (limited to 'web/controller/api.go')
-rw-r--r--web/controller/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/controller/api.go b/web/controller/api.go
index 17073345..32c639f8 100644
--- a/web/controller/api.go
+++ b/web/controller/api.go
@@ -102,5 +102,5 @@ func (a *APIController) delDepletedClients(c *gin.Context) {
}
func (a *APIController) createBackup(c *gin.Context) {
- a.Tgbot.SendBackUP(c)
+ a.Tgbot.SendBackupToAdmins()
}