This commit is contained in:
2021-08-11 19:55:02 -04:00
parent a4d5ba0a33
commit 2d2614d09f
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -44,4 +44,4 @@ def after_request(response):
if __name__ == '__main__':
app.run()
app.run(host='0.0.0.0', port=5000)