What’s the recommended way of getting dependencies into reitit handlers (when the deps are managed with Mount)
I have a small example here (which I'm currently updating)....
<https://github.com/dharrigan/startrek/blob/master/src/startrek/api.clj>
a major rewrite is underway (should be done today)
but notice that I pass along the app-config
into the handler
I use juxt clip, rather than mount, but the concept is the same
Nice. I guess I will just pass things all the way down.
app-config is a map containing all my deps, like database connection