Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemar authored May 29, 2020
1 parent 543e84c commit 0164877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_app_debug_info():
@app.route('/')
def welcome():
return {
'msg': 'Hello World! This is a simple Python app using Flask!',
'msg': 'Hello World! This is a simple Python app using Flask! But wait there is more!',
'endpoints': ['/', '/ping', '/debug', '/debug/ui']
}

Expand Down

0 comments on commit 0164877

Please sign in to comment.