utubun/orange

axios API

Closed this issue · 0 comments

Issue

Remove API calls from App.js and move it to the ./src/api folder.

Solution

  1. Remove ./src/services/ folder/
  2. Create ./src/api folder
  3. Create ./API.js file;
  4. Move API related code to the file (3);
  5. Create index.js in ./src/api;
  6. Adjust the import;