Yarkis01 / TyraDex

Une API Pokémon en français. (WIP)
https://tyradex.tech
MIT License
20 stars 3 forks source link

Bad sprite for grass type #49

Closed LoicOuth closed 1 year ago

LoicOuth commented 1 year ago

Informations

URL: https://api-pokemon-fr.vercel.app/api/v1/types

Problème

Bad sprite for grass type when fetch all type

Données actuelles

{
 {
        "id": 10,
        "name": {
            "fr": "Plante",
            "en": "Grass",
            "jp": "くさ"
        },
        "sprites": "https://raw.githubusercontent.com/Yarkis01/PokeAPI/images/types/normal.png",
       ...
 }
}

Données souhaitées

{
 {
        "id": 10,
        "name": {
            "fr": "Plante",
            "en": "Grass",
            "jp": "くさ"
        },
        "sprites": "https://raw.githubusercontent.com/Yarkis01/PokeAPI/images/types/plante.png",
       ...
 }
}