@fahadali756
Nothing here yet.
Nothing here yet.
No blogs yet.
Hello i also fetch simillar issue i need return this value like function myFunc() { return axios.get('assist/img/src'); } myFunc.then(function (response) { return response.data; // now the data is accessable from here. }).catch(function (response) { console.log(response); }); console.log(myFunc()) Show the error undefined