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);
});

View File

@ -36,7 +36,7 @@ function Uploader(props) {
// body: data,
// headers: {'Content-Type': 'multipart/form-data' }
// })
axios.post("https://fbssso.ts.bizside.biz/upload?email=" + props.email, data)
axios.post("https://openshield.ts.bizside.biz/upload?email=" + props.email, data)
.then(res => { // then print response status
console.log(res.statusText)
if (res.statusText == 'OK') {