This commit is contained in:
mol
2023-02-20 23:02:12 +08:00
parent a2f1b6d4fd
commit 8f884cc352
22 changed files with 16 additions and 38 deletions

2
app.py
View File

@ -63,4 +63,4 @@ class GatewayServer():
gateway_server = GatewayServer()
app = gateway_server.app
app.run(port=5000, debug=True)
app.run(port=15000, host="192.168.124.12", debug=True)