mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 20:26:19 +00:00
fixed
This commit is contained in:
parent
9d9786679b
commit
22c1bbd195
1 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,6 @@ type InboundController struct {
|
|||
}
|
||||
|
||||
type AddClientPayload struct {
|
||||
Id int `json:"id"`
|
||||
Settings string `json:"settings"`
|
||||
InboundIds []int `json:"inboundIds"`
|
||||
}
|
||||
|
@ -205,7 +204,6 @@ func (a *InboundController) addClientToMultipleInbounds(c *gin.Context) {
|
|||
}
|
||||
|
||||
data := &model.Inbound{
|
||||
Id: payload.Id,
|
||||
Settings: payload.Settings,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue