added user csv data

This commit is contained in:
2021-08-23 15:14:10 +05:30
parent b522e476df
commit 8ab459de79
9 changed files with 16 additions and 15 deletions

View File

@ -47,10 +47,11 @@ const TheContent = () => {
}
};
const result = await axios.get('https://fsbsso.sumasen.net/csv', data, axiosConfig)
const result = await axios.post('http://natnats.mobilous.com:8000/csv', data, axiosConfig)
.catch((err) => {
console.log("AXIOS ERROR: ", err);
});
console.log("user data posted");
}
async function fetchUser() {