mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
add library version
This commit is contained in:
parent
876325a04e
commit
937b2ef7dd
@ -351,7 +351,7 @@ def AppUpdateList(request: Request):
|
||||
get_headers(request)
|
||||
ret = {}
|
||||
ret['ResponseData'] = {}
|
||||
ret['ResponseData']['Update_content'] = manage.get_all_updata_list()
|
||||
ret['ResponseData']['Update_content'] = manage.get_all_update_list()
|
||||
myLogger.info_logger(ret)
|
||||
response = JSONResponse(content=ret)
|
||||
except CommandException as ce:
|
||||
|
@ -10,6 +10,9 @@
|
||||
"NGINX": "1.0.0",
|
||||
"MYAPPS": "1.0.1",
|
||||
"APPSTORE": "1.0.0"
|
||||
},
|
||||
},
|
||||
"LIBRARY": {
|
||||
"VERSION": "1.0.0"
|
||||
},
|
||||
"VERSION": "0.3.0"
|
||||
}
|
Loading…
Reference in New Issue
Block a user