first pass at a token navbar experience
This commit is contained in:
3
main.py
3
main.py
@@ -182,6 +182,9 @@ def author(id):
|
||||
message=""
|
||||
return render_template("author.html", author=author, message=message, author_form=author_form)
|
||||
|
||||
@app.route("/", methods=["GET"])
|
||||
def main_page():
|
||||
return render_template("main.html")
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host="0.0.0.0", debug=True)
|
||||
|
||||
Reference in New Issue
Block a user