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
From what i can see from your postman, it seems as if there is a space between page and =2.
Try to add the query params in your URL manually and then try again.
In post-man, when I set page =1, I get this response:
Now, when I set page = 2, I get the same response:
I am supposed to get different responses for different values of page, but I am getting the same response.
Where did I go wrong?
This is controllers/product.js :
The text was updated successfully, but these errors were encountered: