reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
wegi 2020-08-26T09:13:20.036400Z

Is it possible to always run a controller despite the parameters not changing? I need to use the parameters because I need them to query the backend, but I want the query to happen every time the route is entered, even if they did not change in the meantime.