I’m trying to use https://github.com/metosin/reitit/blob/master/doc/ring/slash_handler.md with reitit.http/routing-interceptor
went ahead and filed a PR including a test, feedback very welcome https://github.com/metosin/reitit/pull/495
however, the router key is missing on the :request
for the default interceptors
I was able to make it work by adding a create-enrich-default-request
here https://github.com/metosin/reitit/blob/de5bdeba192c6d016af20feada18243ae7bcb4c0/modules/reitit-http/src/reitit/http.cljc#L104
is this a bug or am I missing something?