Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
feat(hello): new output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Marin committed Oct 14, 2021
1 parent b1b594d commit beb3ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-world/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@app.route('/')
def hello():
"""Return a friendly HTTP greeting."""
return 'Hello World 144'
return 'Hello World 145'


@app.errorhandler(500)
Expand Down

0 comments on commit beb3ef2

Please sign in to comment.