voice get

This commit is contained in:
Caikecheng
2025-10-13 20:53:16 +08:00
parent 92c18088f9
commit 5494b08a67
10 changed files with 3468 additions and 66 deletions

View File

@@ -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")