Typo fixed

This commit is contained in:
mhsanaei
2024-07-07 11:55:59 +02:00
parent 02ae61fe6b
commit 7a51d2f2cc
12 changed files with 33 additions and 35 deletions

View File

@@ -105,7 +105,7 @@ func (a *ServerController) stopXrayService(c *gin.Context) {
jsonMsg(c, "", err)
return
}
jsonMsg(c, "Xray stoped", err)
jsonMsg(c, "Xray stopped", err)
}
func (a *ServerController) restartXrayService(c *gin.Context) {