You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.