Conditional endpoint matching based on query params?
krukru opened this issue · 0 comments
krukru commented
Is it possible to have multiple endpoints, but with different query params?
For example: one endpoint would be /example?foo=bar
and another would be /example?foo=false
.
The two endpoints should be able to produce different results.