?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/modules/blockwishlist/_dev/front/js/constants/



?? Go up: /home/webdevt/prestashop17/modules/blockwishlist/_dev/front/js

?? Viewing: headers.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;


??

??