ue/github/python-oauth-web-app/app_add.py

4 lines
79 B
Python
Raw Normal View History

2024-10-23 10:52:36 +00:00
@app.route("/about")
def aboutpage():
return render_template("about.html")