[api] convert sub to Json

This commit is contained in:
Alireza Ahmadi
2026-02-12 23:29:50 +01:00
parent 688e0c3e23
commit e6689ae2dc
5 changed files with 109 additions and 32 deletions
+2
View File
@@ -48,6 +48,8 @@ func (a *APIHandler) postHandler(c *gin.Context) {
a.ApiService.RestartSb(c)
case "linkConvert":
a.ApiService.LinkConvert(c)
case "subConvert":
a.ApiService.SubConvert(c)
case "importdb":
a.ApiService.ImportDb(c)
case "addToken":