Skip to content

Commit 71a1130

Browse files
Update README.es.md
1 parent 5da44e4 commit 71a1130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `08.1` Prueba tu endpoint
22

3-
Hasta ahora esto es lo que tienes sobre el endpoint `DELETE /todos/<int:position>`, tomate tu tiempo para analizar cada línea:
3+
Hasta ahora esto es lo que tienes sobre el endpoint `DELETE /todos/<int:position>`, tómate tu tiempo para analizar cada línea:
44

55
```python
66
@app.route('/todos/<int:position>', methods=['DELETE'])
@@ -9,10 +9,10 @@ def delete_todo(position):
99
return 'something'
1010
```
1111

12-
Usa postman, insomnia o cualquier otro API Request Builder para probar tu API, aquí hay un ejemplo de como hacerlo con (postwoman)[https://youtu.be/HEQ-pSgOVtY]
12+
Usa Postman, Insomnia o cualquier otro API Request Builder para probar tu API.
1313

1414
| | |
1515
| ------ | -------- |
1616
| Method | DELETE |
1717
| URL: | `/todos/<int:position>` |
18-
| Request Body | empty |
18+
| Request Body | empty |

0 commit comments

Comments
 (0)