Update apps.py

This commit is contained in:
qiaofeng1227 2023-04-15 08:43:39 +08:00 committed by GitHub
parent 5140cecfea
commit c6c950134d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ def AppList(request: Request, app_id: Optional[str] = Query(default=None, descri
myLogger.info_logger("Receive request: /AppList")
get_headers(request)
ret = {}
ret['ResponseData'] = manage.get_my_app()
ret['ResponseData'] = manage.AppList()
except CommandException as ce:
ret = {}
ret['ResponseData'] = None