fix 2xx and subdomain
This commit is contained in:
parent
3077e8d525
commit
db8a0f0c74
1 changed files with 2 additions and 0 deletions
|
|
@ -178,6 +178,8 @@ class WebServiceApiService:
|
|||
data['operator']['id'],
|
||||
data['operator']['name'],
|
||||
data['operator'].get('domain'),
|
||||
data['operator'].get('hysteria2_host'),
|
||||
data['operator'].get('vless_host'),
|
||||
)
|
||||
|
||||
return None
|
||||
|
|
|
|||
Loading…
Reference in a new issue