added user csv data

This commit is contained in:
2021-08-23 15:25:06 +05:30
parent 81a3493455
commit 580b16c4a7
8 changed files with 15 additions and 15 deletions

View File

@ -47,7 +47,7 @@ const TheContent = () => {
}
};
const result = await axios.post('https://natnats.mobilous.com:8000/csv', data, axiosConfig)
const result = await axios.post('http://natnats.mobilous.com:8000/csv', data, axiosConfig)
.catch((err) => {
console.log("AXIOS ERROR: ", err);
});