generated from dellevin/template
2
This commit is contained in:
@@ -4,6 +4,12 @@ import proj_utils.utils as utils # 导入你的工具模块
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
"""渲染主页模板"""
|
||||
return render_template('index.html')
|
||||
|
||||
@app.route('/en-de-code')
|
||||
def index():
|
||||
"""渲染主页模板"""
|
||||
|
||||
Reference in New Issue
Block a user