Current path: home/webdevt/prestashop17/modules/blockwishlist/_dev/front/js/constants/
?? Go up: /home/webdevt/prestashop17/modules/blockwishlist/_dev/front/js
const headers = {
addToCart: {
Accept: 'application/json, text/javascript',
},
products: {
'Content-Type': 'application/json',
Accept: 'application/json, text/javascript, */*; q=0.01',
},
};
export default headers;