chore: sync local changes (2026-03-12)
This commit is contained in:
@@ -178,7 +178,9 @@ def create_app():
|
||||
|
||||
return app
|
||||
|
||||
# 为 Gunicorn 创建应用实例
|
||||
app = create_app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = create_app()
|
||||
print("🚀 启动 InfoGenie 后端服务...")
|
||||
app.run(debug=True, host='0.0.0.0', port=5002)
|
||||
|
||||
Reference in New Issue
Block a user