Fork me on GitHub
#figwheel
<
2017-05-17
>
cmal09:05:56

Hi! In grunt/webpack/express, I can proxy some APIs from other domain/hostname to the current server on which the html page is served and solve the CORS problem. I found the figwheel use ring to start a http server, then I think I can use https://github.com/tailrecursion/ring-proxy to add a proxy path to the figwheel server. But I don't know how can I do this outside the figwheel project?