site contents
This commit is contained in:
@@ -272,7 +272,8 @@ def get_subscription_office():
|
||||
# @token_required
|
||||
def get_web_contents():
|
||||
# Call the dashboard service
|
||||
result = WebContentsService.get_web_contents_data()
|
||||
provision_uid = request.args.get('provision_uid')
|
||||
result = WebContentsService.get_web_contents_data(provision_uid)
|
||||
return jsonify(result)
|
||||
|
||||
#===================================================
|
||||
|
||||
Reference in New Issue
Block a user