diff --git a/src/pages/index.js b/src/pages/index.js index e8cd2ff..6d2731f 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -122,6 +122,7 @@ export default function Index (props) { 'Accept': 'application/json', 'Content-Type': 'application/json' }, + credentials: 'include', body: JSON.stringify({ newData: data, count: getCount(data),