# In production the Flask app serves the built client from its own origin, so # the API is a same-origin path. Without this the build bakes in the # development default (localhost:5000) and every request fails with # "Network Error" on any machine that is not the developer's. REACT_APP_API_URL=/api