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
apicache uses the url as the key for caching responses. So even when the express app is not using strict routing (/foo and /foo/ are equivalent) you can end up with different responses because the cache key is different.
The text was updated successfully, but these errors were encountered:
aandis
added a commit
to aandis/apicache
that referenced
this issue
May 14, 2020
apicache uses the url as the key for caching responses. So even when the express app is not using strict routing (
/foo
and/foo/
are equivalent) you can end up with different responses because the cache key is different.The text was updated successfully, but these errors were encountered: