tell me other things
This commit is contained in:
@@ -5,8 +5,8 @@ import {logout} from "../features/auth/authSlice";
|
||||
import {store} from "../redux/store";
|
||||
|
||||
const apiClient = axios.create({
|
||||
// baseURL: 'https://assemblr.denco.store',
|
||||
baseURL: 'http://192.168.1.101:5000',
|
||||
baseURL: 'https://assemblr.denco.store',
|
||||
// baseURL: 'http://192.168.1.101:5000',
|
||||
});
|
||||
|
||||
apiClient.interceptors.request.use(async (config) => {
|
||||
|
||||
Reference in New Issue
Block a user