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>
Route guards are not supported atm.
you could write extension on top of the core to support this, but...