Loading capif_backend/backoffice_service/core/operations.py +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ class Operations: print('\n') print('final y no se imprime mas') # Usa jsonify directamente para devolver la respuesta JSON return jsonify(providers_with_details), 200 return jsonify(json_data), 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 @@ -294,7 +294,7 @@ class Operations: print('\n') print('final y no se imprime mas') # Usa jsonify directamente para devolver la respuesta JSON return jsonify(providers_with_details), 200 return jsonify(json_data), 200 except Exception as e: return f"Error when retrieving apis: {e}"