axios API
Closed this issue · 0 comments
utubun commented
Issue
Remove API calls from App.js
and move it to the ./src/api
folder.
Solution
- Remove
./src/services/
folder/ - Create
./src/api
folder - Create
./API.js
file; - Move API related code to the file (3);
- Create
index.js
in./src/api
; - Adjust the import;