Initial commit
This commit is contained in:
7
app/resources/routes/routes.py
Normal file
7
app/resources/routes/routes.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from quart import current_app as app
|
||||
from quart import render_template
|
||||
|
||||
|
||||
@app.route("/resources")
|
||||
async def index():
|
||||
return await render_template("index.html")
|
||||
Reference in New Issue
Block a user