diff options
| author | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-21 01:59:27 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-21 01:59:27 +0300 |
| commit | d9b1b200cebb82087037d505f13151dd425577a6 (patch) | |
| tree | d9c631ac7491d7216300455fcae9867a6395dae4 /web/controller/api.go | |
| parent | 786a3ac992043e1e1ca398d4b408e34d9ae46973 (diff) | |
rename I18n to I18nWeb
Diffstat (limited to 'web/controller/api.go')
| -rw-r--r-- | web/controller/api.go | 2 |
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() } |
