typo fixed

This commit is contained in:
mhsanaei
2024-07-10 20:56:38 +02:00
parent 038faf0197
commit 19a7a8574c
11 changed files with 31 additions and 31 deletions

View File

@@ -78,7 +78,7 @@ func (a *XraySettingController) warp(c *gin.Context) {
resp, err = a.XraySettingService.RegWarp(skey, pkey)
case "license":
license := c.PostForm("license")
resp, err = a.XraySettingService.SetWarpLicence(license)
resp, err = a.XraySettingService.SetWarpLicense(license)
}
jsonObj(c, resp, err)