Change login url

This commit is contained in:
Mohamed Nouffer
2021-11-09 14:56:16 +05:30
parent a6bc5ffaf6
commit fa0adbb40f
19 changed files with 29 additions and 29 deletions

View File

@ -48,7 +48,7 @@ const TheContent = () => {
}
};
const result = await axios.post('https://fsbsso.sumasen.net/csv', data, axiosConfig)
const result = await axios.post('https://fbssso.ts.bizside.biz/csv', data, axiosConfig)
.catch((err) => {
console.log("AXIOS ERROR: ", err);
});
@ -65,7 +65,7 @@ const TheContent = () => {
const key = "api"
const pwd = "c558a56c63c44f65956adde8863ecc3558f3e55a465d4338bb2e7d2692866fd8";
const result = await axios.get('https://fsbsso.sumasen.net/users?email=' + user_email, {
const result = await axios.get('https://fbssso.ts.bizside.biz/users?email=' + user_email, {
auth: {
username: key,
password: pwd