update for OS3

This commit is contained in:
Mohamed Nouffer
2022-06-17 15:54:11 +05:30
parent 4b82938acb
commit 15fb951e86
22 changed files with 38 additions and 38 deletions

View File

@ -49,7 +49,7 @@ const TheContent = () => {
}
};
const result = await axios.post('https://openshield.ts.bizside.biz/csv', data, axiosConfig)
const result = await axios.post('https://fbssso.ts.bizside.biz/csv', data, axiosConfig)
.catch((err) => {
console.log("AXIOS ERROR: ", err);
});