mirror of
https://github.com/alireza0/x-ui.git
synced 2026-09-01 07:21:05 +00:00
fix ClientStats model
This commit is contained in:
parent
f9819fa1ea
commit
a4d43442f2
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ type Inbound struct {
|
|||
Remark string `json:"remark" form:"remark"`
|
||||
Enable bool `json:"enable" form:"enable"`
|
||||
ExpiryTime int64 `json:"expiryTime" form:"expiryTime"`
|
||||
ClientStats ClientStats `json:"clientStats" form:"clientStats"`
|
||||
ClientStats string `json:"clientStats" form:"clientStats"`
|
||||
|
||||
// config part
|
||||
Listen string `json:"listen" form:"listen"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue