Closed teddykishi closed 10 months ago
Hi thank you for tour awesome job. I would like to know if it is possible for you to explain me how to return the JSON instead of saving it into a file. It needs to be a response for an API.
Thanks
I got my answer i just needed to do return jsonify(result.to_dict())
return jsonify(result.to_dict())
Hi thank you for tour awesome job. I would like to know if it is possible for you to explain me how to return the JSON instead of saving it into a file. It needs to be a response for an API.
Thanks