diff --git a/internal/web/web.go b/internal/web/web.go index 344ff2f..41f61e6 100644 --- a/internal/web/web.go +++ b/internal/web/web.go @@ -51,6 +51,54 @@ availablePokemonResponse := PokemonsResponse{Pokemons: []Pokemon{ { + ID: 1, + Url: "/image/001-00-shiny.webp", + }, + { + ID: 2, + Url: "/image/002-00-shiny.webp", + }, + { + ID: 3, + Url: "/image/003-00-shiny.webp", + }, + { + ID: 4, + Url: "/image/004-00-shiny.webp", + }, + { + ID: 5, + Url: "/image/005-00-shiny.webp", + }, + { + ID: 6, + Url: "/image/006-00-shiny.webp", + }, + { + ID: 7, + Url: "/image/007-00-shiny.webp", + }, + { + ID: 8, + Url: "/image/008-00-shiny.webp", + }, + { + ID: 9, + Url: "/image/009-00-shiny.webp", + }, + { + ID: 10, + Url: "/image/010-00-shiny.webp", + }, + { + ID: 11, + Url: "/image/011-00-shiny.webp", + }, + { + ID: 12, + Url: "/image/012-00-shiny.webp", + }, + { ID: 111, Url: "/image/111-00-shiny.webp", },