Skip to content

Commit 95a9703

Browse files
authored
Update README.md
1 parent 59de091 commit 95a9703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.learn/exercises/05-returning-json/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
REST APIs have to return data in JSON format, not HTML format.
44

5-
You can use the [flask jsonify](https://flask.palletsprojects.com/en/1.1.x/api/#flask.json.jsonify) function to easily convert any of the basic data-types to JSON data, like this:
5+
You can use the [flask jsonify](https://flask.palletsprojects.com/en/3.0.x/api/#flask.json.jsonify) function to easily convert any of the basic data-types to JSON data, like this:
66

77
```python
88
# Add the jsonify method to your Flask import

0 commit comments

Comments
 (0)