change base url

This commit is contained in:
hamid zarghami
2025-04-15 17:11:20 +03:30
parent a2e22bfc01
commit cf652787b8
2 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ import { getToken } from "./func";
// import { Pages } from "./Pages";
const axiosInstance = axios.create({
baseURL: process.env.NEXT_PUBLIC_BASE_URL,
// baseURL: process.env.NEXT_PUBLIC_BASE_URL,
baseURL: "https://api.danakcorp.com",
});
axiosInstance.interceptors.response.use(