@app.route('/') | |
def inicio(): | |
nombre = "Luis" | |
return jsonify(nombre) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@app.route('/') | |
def inicio(): | |
nombre = "Luis" | |
return jsonify(nombre) |