Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eunseo5343 authored Jan 16, 2024
1 parent cdc14aa commit d2d6b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def home():
return "Hello, Flask!"

if __name__ == '__main__':
app.run('0.0.0.0', 80, True)
app.run('0.0.0.0', 5000, True)

0 comments on commit d2d6b10

Please sign in to comment.