reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
bhaim123 2020-08-24T06:58:53.031100Z

Hi Is there a way to create 2 endpoints that differ only by the query params? For example:

<http://site.com/?a=1|site.com/?a=1>
<http://site.com/?b=1|site.com/?b=1>

ikitommi 2020-08-28T04:43:00.043700Z

Route guards are not supported atm.

👍 1
ikitommi 2020-08-28T04:43:43.043900Z

you could write extension on top of the core to support this, but...

👍 1