Hi all - looking for some help setting up figwheel to proxy certain url patterns to my api gateway (running locally on another port)
has anyone gotten something like that to work? I'd prefer not to have to set up CORS, as in production the app will be served by nginx with the reverse proxy set up there
I would like to be able to develop with figwheel hot reloading, but talk to my back end api's without having to e.g. launch chrome with we security turned off