Skip to content

Commit 6c77710

Browse files
committed
20-C#
1 parent 2c8d00e commit 6c77710

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Roadmap/20 - PETICIONES HTTP/c#/hequebo.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ static async Task Main(string[] args)
3939

4040
Console.ReadLine();
4141
Console.Clear();
42-
Console.Clear();
4342

4443
// Ejercicio extra
4544
var httpClientPokemon = new HttpClient
@@ -80,7 +79,7 @@ static void Menu()
8079
static async Task Search(HttpClient httpClient)
8180
{
8281
Console.Clear();
83-
Console.WriteLine("Ingresa id de pokemón a consultar");
82+
Console.WriteLine("Ingresa id o nombre de pokemón a consultar");
8483
string search = Console.ReadLine();
8584

8685
var response = await httpClient.GetAsync($"{httpClient.BaseAddress}/{search}");

0 commit comments

Comments
 (0)