reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
MityaSaray 2020-08-10T12:22:41.456300Z

Hello, is there a way to setup "default" route, that will be used after every other route did not match?

2020-08-10T12:30:16.456400Z

there is default handler option https://cljdoc.org/d/metosin/reitit/0.5.5/doc/ring/default-handler

👍 2
MityaSaray 2020-08-10T12:33:31.456800Z

Thanks, that should work