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

Commit

Permalink
feat(hello): output 147
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogr committed Oct 18, 2021
1 parent 1e5477a commit 1d01218
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 146'
return 'Hello World 147'


@app.errorhandler(500)
Expand Down

0 comments on commit 1d01218

Please sign in to comment.