Skip to content

Commit 66076ee

Browse files
authored
Update README.es.md
1 parent a4a3c71 commit 66076ee

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed
Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# `04` Demo your API!!
1+
# `04` Demo your API!
22

3-
¡Felicitaciones! Tu primer endpoint está LIVE ahora! Probablemente en:
3+
Verifica el endpoint que acabas de crear añadiendo `/todos` al final de la URL que obtuviste cuando inicializaste la aplicación de Flask. Deberías ver un mensaje `Hello!` como este:
4+
5+
![Demo your API](../../assets/check-live.gif?raw=true)
6+
7+
¡Felicitaciones! Tu primer endpoint está LIVE ahora.
8+
9+
## Tu URL podría ser una de dos opciones:
10+
11+
Si estás ejecutando a través de Codespaces o Gitpod, simplemente agrega `/todos` al final de tu URL en el navegador:
412

513
```txt
6-
GET https://localhost:3245/todos
14+
https://your-custom-url/todos
715
```
816

9-
Verifica la endpoint de tu API ingresando esa URL en tu navegador. Deberías ver un mensaje `Hello!` como este:
17+
Si estás ejecutando localmente:
1018

11-
![Demo your API](../../assets/check-live.gif?raw=true)
19+
```txt
20+
https://localhost:3245/todos
21+
```

0 commit comments

Comments
 (0)