Update 'app.py'

This commit is contained in:
Artsem Khatsko 2022-06-02 13:35:28 +02:00
parent 05b1737e06
commit a99d9be358

2
app.py
View File

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