Skip to content

Commit 50b7a4d

Browse files
committed
Update sample app to be more descriptive
1 parent 611c2d9 commit 50b7a4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flask/app/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
@app.route("/")
55
def hello():
6-
return "Hello World from Flask (default)"
6+
return "Hello World from Flask in a uWSGI Nginx Docker container with \
7+
Python 2.7 (default)"
78

89
if __name__ == "__main__":
910
app.run(host='0.0.0.0', debug=True, port=80)

0 commit comments

Comments
 (0)