Update 'app.py'

This commit is contained in:
Artsem Khatsko 2022-06-02 13:42:49 +02:00
parent 780d1b346a
commit a0f8db5561

2
app.py
View File

@ -14,4 +14,4 @@ def route1():
return "400", 400
app.run(host='0.0.0.0', port=6963)
app.run(host='0.0.0.0', port=6960)