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

Commit

Permalink
feat(app): output 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogr committed Oct 18, 2021
1 parent b7dbaeb commit d4b984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@app.route('/')
def app():
"""Return a friendly HTTP greeting."""
return 'I\'m the APP 1'
return 'I\'m the APP 2'


@app.errorhandler(500)
Expand Down

0 comments on commit d4b984f

Please sign in to comment.