Commit 264f210c authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

print final

parent a4b2997a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}"