Skip to content

Commit 54d87d0

Browse files
grantdi
andauthored
docs: mention flask as the base framework (GoogleCloudPlatform#134)
* docs: mention flask as the base framework Signed-off-by: Grant Timmerman <timmerman+devrel@google.com> * docs: move flask doc note Signed-off-by: Grant Timmerman <timmerman+devrel@google.com> Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
1 parent 4900780 commit 54d87d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def hello(request):
5959
return "Hello world!"
6060
```
6161

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+
6264
Run the following command:
6365

6466
```sh

0 commit comments

Comments
 (0)