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 4900780 commit 54d87d0Copy full SHA for 54d87d0
README.md
@@ -59,6 +59,8 @@ def hello(request):
59
return "Hello world!"
60
```
61
62
+> Your function is passed a single parameter, `(request)`, which is a Flask [`Request`](http://flask.pocoo.org/docs/1.0/api/#flask.Request) object.
63
+
64
Run the following command:
65
66
```sh
0 commit comments