登录注册收藏功能上线云服务器

This commit is contained in:
rjb
2025-08-29 01:27:58 +08:00
parent 2fe3474d9e
commit cb0702e9f5
38 changed files with 2563 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ if __name__ == '__main__':
app = create_app()
app.run(
host='0.0.0.0', # 绑定到所有地址
port=5000,
port=5002,
debug=True,
use_reloader=False # 禁用自动重载,避免连接问题
)