add api checkOutbound #761

This commit is contained in:
Alireza Ahmadi
2026-02-11 21:52:31 +01:00
parent d996e7171b
commit 688e0c3e23
5 changed files with 61 additions and 0 deletions
+2
View File
@@ -97,6 +97,8 @@ func (a *APIHandler) getHandler(c *gin.Context) {
a.ApiService.GetTokens(c)
case "singbox-config":
a.ApiService.GetSingboxConfig(c)
case "checkOutbound":
a.ApiService.GetCheckOutbound(c)
default:
jsonMsg(c, "failed", common.NewError("unknown action: ", action))
}