Paypal api – RTK Query endpoints not working for single product get query
I am not able to fetch the single product details through Redux-Toolkit (RTK) Query but get all products is working but not for single product. constants.js: export const BASE_URL='/'; export const PRODUCTS_URL='api/products/'; export const ORDERS_URL='api/orders'; export const USERS_URL='api/users'; export const…