[api] convert sub to Json
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user