Fork me on GitHub
#lein-figwheel
<
2016-09-04
>
verma13:09:13

madvas: you can provide your own ring handler and figwheel will use that, I’ve have had issues with with that and html5 history though. I now use an nginx proxy to handle all this for me, it also lets me run several other backend services on random ports and map them to paths on my server /api -> localhost:8080.

madvas18:09:51

@verma yep, I’ve used own ring handler, thanks