add an option for webDomain

This commit is contained in:
Hamidreza Ghavami
2023-05-31 03:24:31 +04:30
parent 754ebbdabb
commit 06629939be
5 changed files with 12 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ func (a *InboundController) getInbounds(c *gin.Context) {
}
jsonObj(c, inbounds, nil)
}
func (a *InboundController) getInbound(c *gin.Context) {
id, err := strconv.Atoi(c.Param("id"))
if err != nil {