Fork me on GitHub
#reitit
<
2022-07-05
>
Benjamin09:07:23

I have some routes that get handled by ring.middleware.oauth2 currently I am defining them in my router with dummy handlers, but the handlers do not get called. oauth2 basically intercepts them. So my question is if there is a way to define "these routes should get handled, but I won't give you a handler", or say (constantly nil . Ok I geuss putting constantly nil as handler is fine