Antony Leme
Results
1
issues of
Antony Leme
I'm trying to get the avatars through api using the following code: ``` api.get('https://diverseui.com/images').then(res => { console.log(res) }) ``` But i got CORS error message. > Access to XMLHttpRequest at...