调整目录结构
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from flask import render_template
|
||||
|
||||
from . import index_bp
|
||||
|
||||
|
||||
@index_bp.route('/')
|
||||
def index():
|
||||
return render_template('index/index.html')
|
||||
Reference in New Issue
Block a user