TheDevPath / Navi

Open Source Project for Grow with Google Udacity Scholarship Challenge - Navigation app using offline first strategy and google maps api - To get started please refer to the README.md - CONTRIBUTING.md and the project Wiki
https://navi-rocks.herokuapp.com/
MIT License
53 stars 63 forks source link

172 axios cleanup #288

Closed jkwening closed 6 years ago

jkwening commented 6 years ago

Issue Number:

172 - post implementation clean up and refactor

Issue Description:

Replace remaining direct/hard coded backend request via axios with makeRequest() generic function from internal library.

Summary of solution:

  1. Replace direct use of "axios" module with makeRequest() from library
  2. Minor clean up of server-requests-utils.js

Can this issue be closed?

yes

Should any new issues be added as a result of this solution?

no

Have you named your branch in a descriptive way? Remember to name your branch in a unique and descriptive manner in order to properly reflect the issue or feature.

Thanks for contributing!