Fork me on GitHub
#reitit
<
2019-07-13
>
eoliphant22:07:50

Hi, I’m trying to use Reitit with pedestal, and I’m trying to get hot-reloading working. The example here: https://metosin.github.io/reitit/advanced/dev_workflow.html seems to be based on one’s ability to call matchxx directly, where in this case reitit.http.routing-interceptor is doing it. Would something as simple as having routing-interceptor invoke the router if it’s a function fix this