This commit is contained in:
hailin 2024-10-25 14:36:40 +08:00
parent 740a629ed3
commit 8cd37409bc
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()
app.app.run(port=5001)