Hello, is there a way to setup "default" route, that will be used after every other route did not match?
there is default handler option https://cljdoc.org/d/metosin/reitit/0.5.5/doc/ring/default-handler
Thanks, that should work