We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89353d commit 99c5648Copy full SHA for 99c5648
.gitignore
@@ -1,2 +1,3 @@
1
node_modules/
2
-package-lock.json
+package-lock.json
3
+prueba.js
index.js
@@ -12,6 +12,6 @@ module.exports = {
12
return axios.get(url).then(
13
data => data.data
14
).
15
- catch( error => console.log(error));
+ catch( error => error.response.data);
16
}
17
0 commit comments