added user csv data

This commit is contained in:
2021-08-23 15:21:26 +05:30
parent 8ab459de79
commit 81a3493455
8 changed files with 15 additions and 15 deletions

View File

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