@codeporan
Nothing here yet.
Nothing here yet.
No blogs yet.
{username: "test@gmail.com" , password:"23423"} , I want to request by using axios.get() for getting data . how can i implement this ?; axios.get( ${URL},userdata ).then(({ data }) => { console.log(data); }); i got error