The rest of the commits to this repo, so we can now start sharing
This commit is contained in:
8
app/routes.py
Normal file
8
app/routes.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from flask import Blueprint, render_template
|
||||
|
||||
bp = Blueprint("main", __name__)
|
||||
|
||||
@bp.route("/")
|
||||
def index():
|
||||
return render_template("index.html")
|
||||
|
||||
Reference in New Issue
Block a user