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
@@ -86,6 +86,8 @@ func (a *APIv2Handler) getHandler(c *gin.Context) {
a.ApiService.GetKeypairs(c)
case "getdb":
a.ApiService.GetDb(c)
case "checkOutbound":
a.ApiService.GetCheckOutbound(c)
default:
jsonMsg(c, "failed", common.NewError("unknown action: ", action))
}