Fork me on GitHub
#lein-figwheel
<
2017-10-11
>
Matthew Gilbride12:10:59

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

Matthew Gilbride12:10:51

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

Matthew Gilbride12:10:33

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