Want to use Axios inside of a React App, which package to use? e.g.twenty-front, twenty-docker,...

I am new to integrating React front-end with a Django back-end. I am choosing to use Axios in React to ping my open APIs from Django which are on localhost:8000 not 3000. Which files should I be changing? Are they all in twenty-front? Thanks for any help.
1 Reply
thomast
thomast7d ago
the backend url is set in REACT_APP_SERVER_BASE_URL in your front env variables

Did you find this page helpful?