init
This commit is contained in:
parent
298a398c2e
commit
9f90d357fd
6 changed files with 78 additions and 0 deletions
8
app/routes.py
Normal file
8
app/routes.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from app import app
|
||||
from flask import render_template
|
||||
|
||||
|
||||
|
||||
@app.route('/')
|
||||
def home():
|
||||
return render_template('index.html')
|
||||
Loading…
Add table
Add a link
Reference in a new issue