Fork me on GitHub
#figwheel
<
2017-10-06
>
raheel03:10:59

I have a working app with a clojure + clojurescript application. The backend serves the initial HTML, with the base components. The frontend makes AJAX calls to the backend, which has couple of API endpoints, and then the components get reloaded with the response data. The AJAX calls works fine this way with a production cljs build, where the HTML is being served by the same port as the API endpoints. My question: how can I make the AJAX calls work when the HTML is being served by figwheel. The port is being used figwheel, so I can't use it to serve the backend

bherrmann12:10:43

@raheel I see you got answers to this quiestion in #beginners ... not that I completely grasped your question.