We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a77bab commit 30dcc51Copy full SHA for 30dcc51
1 file changed
app/main.py
@@ -6,4 +6,4 @@ def hello():
6
return "Hello from Python!"
7
8
if __name__ == "__main__":
9
- app.run(host='0.0.0.0')
+ app.run(host='0.0.0.0', port=8000)
0 commit comments