Last updated
Last updated
Open .env file and edit REACT_APP_API_URL.
You can configure the same for next.js as well.
Axios has been configured in the folder ..src\utils\axios.js
You can set the entire URL in Axios request. Do not use common Axios instances src\utils\axios.js
instead use directly Axios library.
API calls