fd
This commit is contained in:
parent
96e442045d
commit
3c533add7f
7 changed files with 264 additions and 223 deletions
|
@ -114,7 +114,7 @@ def log_item(id, v):
|
|||
|
||||
@app.route("/sex")
|
||||
def index():
|
||||
return render_template("index.html", **{"greeting": "Hello from Flask!"})
|
||||
return render_template("index.html", **{"greeting": "Hello from Flask!"})
|
||||
|
||||
@app.get("/assets/favicon.ico")
|
||||
def favicon():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue