We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543e84c commit 0164877Copy full SHA for 0164877
src/app.py
@@ -14,7 +14,7 @@ def get_app_debug_info():
14
@app.route('/')
15
def welcome():
16
return {
17
- '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!',
18
'endpoints': ['/', '/ping', '/debug', '/debug/ui']
19
}
20
0 commit comments