lein-figwheel

2017-10-11T12:26:59.000448Z

Hi all - looking for some help setting up figwheel to proxy certain url patterns to my api gateway (running locally on another port)

2017-10-11T12:27:51.000168Z

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

2017-10-11T12:28:33.000062Z

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