bug fix
This commit is contained in:
@@ -33,6 +33,8 @@ const getAuxEnd = (path) => {
|
||||
const basePath = process.env.REACT_APP_MAIN_API
|
||||
return axios.get(`${basePath}${path}`).then(res => {
|
||||
return res
|
||||
// localStorage.clear();
|
||||
// window.location.href = `/login?sessionExpired=true`;
|
||||
}).catch(err => {
|
||||
// throw new Error(err.response.data.message);
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user