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
I have a route that will send back one of two objects given what's sent in req.body.variable
That caching technique has been great for that same route when only one version of the object was returned, but I can't figure out how to make it work when the output depends on the input variable
What would be the correct way to do this?
thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have a route that will send back one of two objects given what's sent in req.body.variable
That caching technique has been great for that same route when only one version of the object was returned, but I can't figure out how to make it work when the output depends on the input variable
What would be the correct way to do this?
thanks!
The text was updated successfully, but these errors were encountered: