tell me other things

This commit is contained in:
2023-11-16 03:28:07 +03:00
parent fc06a86059
commit 2c58bc9405
14 changed files with 138 additions and 47 deletions

View File

@@ -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) => {