CodeDoesGood / MercuryFront

The front end of the Mercury project.
MIT License
1 stars 0 forks source link

api utils #14

Open stephen-slm opened 6 years ago

stephen-slm commented 6 years ago

Api utils do not know if you are working on a localhost development machine or that you are deploying on the server, this is causing problems when requesting, as the server's files as to be updated directly on deploy to the web servers ip address.

This should be automatic and require no direct modifications.