KvS
Results
2
issues of
KvS
``` axios .post(url, payload) .then((res) => { if (res.error) { throw res.error; // **_THIS PART, WHERE WE HAVE ERROR AS IN RESPONSE_** } const someVar= res.data; }) .catch((error) => {...
Implementing feature to change/automatically switch to another provider if chapter is not having any pages under that provider.
enhancement