JSFiddle - React, Tailwind, and code Playground
by Paco86
JavaScript
fetch('https://thatcopy.pw/catapi/rest/')
.then(response => response.json())
.then((data) => {
console.log(data)
})
by Paco86
fetch('https://thatcopy.pw/catapi/rest/')
.then(response => response.json())
.then((data) => {
console.log(data)
})