mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update apps.py
This commit is contained in:
parent
e71e8ced04
commit
4345346fa6
@ -188,7 +188,7 @@ def AppUninstall(request: Request, app_id: Optional[str] = Query(default=None, d
|
||||
get_headers(request)
|
||||
ret = {}
|
||||
ret['ResponseData'] = {}
|
||||
manage.uninstall_app(app_name, customer_name, app_version)
|
||||
manage.uninstall_app(app_id)
|
||||
ret['ResponseData']['AppID'] = app_id
|
||||
except CommandException as ce:
|
||||
ret = {}
|
||||
|
Loading…
Reference in New Issue
Block a user