Closed simonmcmanus closed 10 years ago
given the url:
abc/:id
and the params:
{id: 123}
sometimes it produces
abc/123?id=123
This only happens on GETS and not every time.
We could remove items from the params as they are added to avoid duplication
we could check the tokens using the same id in the original url.
given the url:
abc/:id
and the params:
{id: 123}
sometimes it produces
abc/123?id=123
This only happens on GETS and not every time.