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

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

@@ -33,7 +33,7 @@ def main():
# 启动 Flask 内置服务器(生产模式配置)
app.run(
host='0.0.0.0',
port=5001, # 修改端口为5001
port=5002, # 修改端口为5002
debug=False, # 生产环境关闭调试
threaded=True, # 启用多线程
use_reloader=False # 关闭自动重载