Initial commit
This commit is contained in:
8
app/blueprints/www/routes/index.py
Normal file
8
app/blueprints/www/routes/index.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from quart import render_template
|
||||
|
||||
from .. import bp
|
||||
|
||||
|
||||
@bp.route("/", methods=["GET"])
|
||||
async def index():
|
||||
return await render_template(bp.tmpl("index.html"))
|
||||
Reference in New Issue
Block a user