add: use home template
This commit is contained in:
parent
9aae995456
commit
8454e2a9fb
6
home.py
Normal file
6
home.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import main
|
||||||
|
import flask
|
||||||
|
|
||||||
|
@main.app.route("/home", methods = ['GET'])
|
||||||
|
def home():
|
||||||
|
return (flask.render_template("home/index.html"))
|
Loading…
Reference in New Issue
Block a user