We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2fb8e commit 9f24266Copy full SHA for 9f24266
1 file changed
docker-flask-mac/app.py
@@ -5,8 +5,8 @@
5
6
7
@app.route("/")
8
-def hello(request):
9
- return Response("Hello from a Flask app within your Docker container!")
+def hello():
+ return Response("Hi from your Flask app running in your Docker container!")
10
11
12
if __name__ == "__main__":
0 commit comments