mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update apps.py
This commit is contained in:
parent
9d8568bb7b
commit
ac46ec37f4
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ def AppDomainUpdate(request: Request, app_id: Optional[str] = Query(default=None
|
|||
get_headers(request)
|
||||
ret = {}
|
||||
ret['ResponseData'] = {}
|
||||
manage.app_domain_update(app_id,domain_old,domain_new)
|
||||
domains = manage.app_domain_update(app_id,domain_old,domain_new)
|
||||
ret['ResponseData'] = domains
|
||||
except CommandException as ce:
|
||||
ret = {}
|
||||
|
|
Loading…
Reference in a new issue