Update 'app.py'

This commit is contained in:
Artsem Khatsko 2022-06-02 13:35:59 +02:00
parent a99d9be358
commit 6c6919eaa0

2
app.py
View File

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