Loading capif_backend/backoffice_service/core/operations.py +28 −28 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ class Operations: json_data = [ { "api_invoker_id": "266b04e111b61c281a1e6619d7dc6b", "api_invoker_id": "INVdae63404f66b428f123c6f0a81fe7b", "notification_destination": "https://mynotificationdest.com", "request_test_notification": true, "security_info": [ Loading Loading @@ -107,8 +107,8 @@ class Operations: #return jsonify(message="Security context retrieved succesfully", # object=json_security_contexts), 200 except Exception as e: return "Error when retreiving invoker list: ", e #except Exception as e: # return "Error when retreiving invoker list: ", e def get_providers(self): Loading Loading
capif_backend/backoffice_service/core/operations.py +28 −28 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ class Operations: json_data = [ { "api_invoker_id": "266b04e111b61c281a1e6619d7dc6b", "api_invoker_id": "INVdae63404f66b428f123c6f0a81fe7b", "notification_destination": "https://mynotificationdest.com", "request_test_notification": true, "security_info": [ Loading Loading @@ -107,8 +107,8 @@ class Operations: #return jsonify(message="Security context retrieved succesfully", # object=json_security_contexts), 200 except Exception as e: return "Error when retreiving invoker list: ", e #except Exception as e: # return "Error when retreiving invoker list: ", e def get_providers(self): Loading