We can create an instance of axios client with the base URL, any credentials thats needed to make API request. When we call the API we would do so with our instance.
AC:
Create a Custom Axios Instance
In at least 1 place call the API with our custom Axios Instance
We can create an instance of axios client with the base URL, any credentials thats needed to make API request. When we call the API we would do so with our instance.
AC: