Closed AhmedGarcia closed 3 months ago
Update the Pet model to include an image_url attribute. This will store the URL of the pet's image, which will be fetched dynamically from The Dog API and The Cat API.
//add to pet model }, image_url: { type: DataTypes.STRING, allowNull: true, },
This was done already.
@AhmedGarcia
https://github.com/jocoso/paws-to-doors/pull/35
Update the Pet model to include an image_url attribute. This will store the URL of the pet's image, which will be fetched dynamically from The Dog API and The Cat API.
//add to pet model }, image_url: { type: DataTypes.STRING, allowNull: true, },