Mazurco066 / playliter

Band repertory management app
https://playliter.com.br
MIT License
3 stars 0 forks source link

[Frontend][Refactor] Replace apollo client to axios #2

Closed Mazurco066 closed 2 years ago

Mazurco066 commented 2 years ago

Briefing

As the base API is successfully refactored into the REST model, update all the api requests in project to call the new endpoints.

Mazurco066 commented 2 years ago

Updated frontend code using axios and http requests. Here is the PR.