Loading capif_backend/backoffice_service/core/operations.py +2 −1 Original line number Diff line number Diff line Loading @@ -283,9 +283,10 @@ class Operations: providers_with_details.append(details) print('lista apis: ', providers_with_details) # Usa jsonify directamente para devolver la respuesta JSON return jsonify(providers_with_details) #return make_response(jsonify(providers_with_details), 200) return jsonify(providers_with_details) except Exception as e: return f"Error when retrieving apis: {e}" Loading Loading
capif_backend/backoffice_service/core/operations.py +2 −1 Original line number Diff line number Diff line Loading @@ -283,9 +283,10 @@ class Operations: providers_with_details.append(details) print('lista apis: ', providers_with_details) # Usa jsonify directamente para devolver la respuesta JSON return jsonify(providers_with_details) #return make_response(jsonify(providers_with_details), 200) return jsonify(providers_with_details) except Exception as e: return f"Error when retrieving apis: {e}" Loading