main
ifiguero 2025-02-03 03:27:33 -03:00
parent ff5e79f485
commit 282187f5af
1 changed files with 1 additions and 1 deletions

View File

@ -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