Skip to content

Commit 0164877

Browse files
authored
Update app.py
1 parent 543e84c commit 0164877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_app_debug_info():
1414
@app.route('/')
1515
def welcome():
1616
return {
17-
'msg': 'Hello World! This is a simple Python app using Flask!',
17+
'msg': 'Hello World! This is a simple Python app using Flask! But wait there is more!',
1818
'endpoints': ['/', '/ping', '/debug', '/debug/ui']
1919
}
2020

0 commit comments

Comments
 (0)