Q:

how to send data in query param in axios in get request

const res = await axios.get('https://httpbin.org/get', { params: { answer: 42 } });
1

New to Communities?

Join the community