voice get
This commit is contained in:
@@ -53,6 +53,7 @@ def create_app(config_object: type = Config) -> Flask:
|
||||
|
||||
# 2) 注册蓝图(把子文件暴露的蓝图统一挂到 app 上)
|
||||
register_blueprints(app)
|
||||
app.config['TEMPLATES_AUTO_RELOAD'] = True
|
||||
|
||||
# 3) 其他钩子/命令/错误处理
|
||||
@app.route("/healthz")
|
||||
|
||||
Reference in New Issue
Block a user