update to os2

This commit is contained in:
Mohamed Nouffer
2022-06-17 11:38:51 +05:30
parent 923c4c7e5a
commit 4b82938acb
12 changed files with 21 additions and 21 deletions

View File

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