Flask: Why is my JSON response empty when using Flask-RESTful with a custom resource?
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-02
flask flask-restful sqlite sqlalchemy
I'm working on a Flask application using Flask-RESTful and I have a custom resource that is supposed to return a JSON response. However, whenever I send a GET r...