Migrate from fetch to axios #125
Labels
cleanup
Pull requests that cleanup code
enhancement
New feature or request
frontend
For frontend related issues
good first issue
Good for newcomers
other
Some other Issue
What would you like to share?
In the codebase, we have used fetch and Axios both for the API calls, we should efficiently have only one to be used uniformly across the codebase. So we need to migrate from fetch to Axios wherever found.
The text was updated successfully, but these errors were encountered: