add api checkOutbound #761
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user