登录注册收藏功能上线云服务器
This commit is contained in:
@@ -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 # 禁用自动重载,避免连接问题
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user