mirror of
https://github.com/Dokploy/examples.git
synced 2026-06-15 20:25:24 +02:00
Merge pull request #16 from av1155/patch-1
Fix incorrect `ip` argument in app.run()
This commit is contained in:
@@ -9,4 +9,4 @@ def hello_world():
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=False, ip="0.0.0.0", port=5000)
|
||||
app.run(debug=False, host="0.0.0.0", port=5000)
|
||||
|
||||
Reference in New Issue
Block a user