Loading capif_backend/backoffice_service/core/operations.py +1 −1 Original line number Diff line number Diff line Loading @@ -267,7 +267,7 @@ class Operations: provider["details"] = details providers_with_details.append(provider) return jsonify(providers_with_details), 200 return jsonify("hola que tal"), 200 except Exception as e: return f"Error when retrieving apis: {e}" Loading
capif_backend/backoffice_service/core/operations.py +1 −1 Original line number Diff line number Diff line Loading @@ -267,7 +267,7 @@ class Operations: provider["details"] = details providers_with_details.append(provider) return jsonify(providers_with_details), 200 return jsonify("hola que tal"), 200 except Exception as e: return f"Error when retrieving apis: {e}"