autoupdate
This commit is contained in:
@@ -3,10 +3,10 @@ import * as SecureStore from 'expo-secure-store';
|
||||
import {useDispatch} from "react-redux";
|
||||
import {logout} from "../features/auth/authSlice";
|
||||
import {store} from "../redux/store";
|
||||
|
||||
export const baseUrl = 'https://assemblr.denco.store';
|
||||
// export const baseUrl = 'http://192.168.1.101:5000';
|
||||
const apiClient = axios.create({
|
||||
// baseURL: 'https://assemblr.denco.store',
|
||||
baseURL: 'http://192.168.1.101:5000',
|
||||
baseURL: baseUrl
|
||||
});
|
||||
|
||||
apiClient.interceptors.request.use(async (config) => {
|
||||
|
||||
Reference in New Issue
Block a user