From 55a3ccd7ac1a86decd291126b9f12447f38e88e1 Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Wed, 26 Jul 2023 15:38:07 +0530 Subject: [PATCH] update commect2 --- src/containers/TheContent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/TheContent.js b/src/containers/TheContent.js index 478b020..b3d3dd9 100644 --- a/src/containers/TheContent.js +++ b/src/containers/TheContent.js @@ -42,8 +42,6 @@ const TheContent = () => { async function postUserData(data) { - console.log("posting data : " + data); - let axiosConfig = { headers: { 'Content-Type': 'application/json;charset=UTF-8', @@ -51,6 +49,8 @@ const TheContent = () => { } }; + console.log("------ posting data ------- : " + data); + const result = await axios.post('https://fbssso.ts.bizside.biz/csv', data, axiosConfig) .catch((err) => { console.log("AXIOS ERROR: ", err);