Skip to content

Commit 30dcc51

Browse files
committed
alright
1 parent 5a77bab commit 30dcc51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ def hello():
66
return "Hello from Python!"
77

88
if __name__ == "__main__":
9-
app.run(host='0.0.0.0')
9+
app.run(host='0.0.0.0', port=8000)

0 commit comments

Comments
 (0)