Loading capif_backend/backoffice_service/core/operations.py +1 −0 Original line number Diff line number Diff line Loading @@ -292,6 +292,7 @@ class Operations: print('\n') print(type(data)) print('\n') print('final y no se imprime mas') # Usa jsonify directamente para devolver la respuesta JSON return jsonify(providers_with_details), 200 Loading Loading
capif_backend/backoffice_service/core/operations.py +1 −0 Original line number Diff line number Diff line Loading @@ -292,6 +292,7 @@ class Operations: print('\n') print(type(data)) print('\n') print('final y no se imprime mas') # Usa jsonify directamente para devolver la respuesta JSON return jsonify(providers_with_details), 200 Loading