Skip to content

Commit 59de091

Browse files
authored
Update README.es.md
1 parent b4bbd5f commit 59de091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

33
Las REST APIs tienen que retornar datos en formato JSON, no en formato HTML.
44

5-
Puedes usar la función [flask jsonify](https://flask.palletsprojects.com/en/1.1.x/api/#flask.json.jsonify) para convertir con facilidad cualquier tipo de datos básico a JSON de esta forma:
5+
Puedes usar la función [flask jsonify](https://flask.palletsprojects.com/en/3.0.x/api/#flask.json.jsonify) para convertir con facilidad cualquier tipo de datos básico a JSON de esta forma:
66

77
```python
88
# añade el método jsonify a tu importación de Flask

0 commit comments

Comments
 (0)