Posts by Otávio Burato • 13 points
1 post
-
1
votes2
answers141
viewsQ: Node using Axios with express, I want to wait for Promises
I’m willing to expect the value of one Precedent that is inside another const URL = 'url da api que eu quero consumir' const AuthStr = 'meu token' function GET (){ axios.get(URL, { headers: {…
javascriptasked Otávio Burato 13