Is there a way to make reitit routes to reload when tools.namespace/refresh is called? I only get new results on the http response when I restart the REPL EDIT: I'm using reitit-pedestal, is there any way to get this behavior?
https://cljdoc.org/d/metosin/reitit/0.7.0/doc/advanced/dev-workflow#var-handlers
I am using reitit-pedestal and it didn't work, maybe for pedestal it is something different?
Execution error (ExceptionInfo) at reitit.dev.pretty/exception (pretty.cljc:227).
-- Router creation failed ------------------------------------ reitit.http:47 --
No implementation of method: :into-interceptor of protocol: #'reitit.interceptor/IntoInterceptor found for class: clojure.lang.Var
--------------------------------------------------------------------------------