diff --git a/tpmcqr_service/content/paleta.py b/tpmcqr_service/content/paleta.py index fb644ad..606b7fe 100644 --- a/tpmcqr_service/content/paleta.py +++ b/tpmcqr_service/content/paleta.py @@ -4,4 +4,4 @@ paleta = Blueprint('paleta', __name__) @paleta.route('/') def parada(): - return jsonify(message="Placeholder for JS page") + return jsonify(message="Placeholder for JS page"), 200