This commit is contained in:
hailin 2024-10-25 14:38:23 +08:00
parent 8cd37409bc
commit 88d003f4a8
1 changed files with 1 additions and 1 deletions

View File

@ -115,4 +115,4 @@ if not ret:
customer_data=buf[key]['customer database']
app.set_customer_data(customer_data)
app.app.run(port=5001)
app.app.run(host="0.0.0.0", port=5001)