HEnquist / camillagui

GNU General Public License v3.0
9 stars 1 forks source link

Replaced global FLASKURL with proxy #37

Closed JWahle closed 3 years ago

JWahle commented 3 years ago

I removed the global FLASKURL. During development, the forwarding to the camillagui backend is now done by a proxy via setupProxy.js (see https://create-react-app.dev/docs/proxying-api-requests-in-development/#configuring-the-proxy-manually). The release build is not impacted by this.

HEnquist commented 3 years ago

Much better solution! Merging :)