diff --git a/frontend/plugins/axios.ts b/frontend/plugins/axios.ts index 6218f29..76cb277 100644 --- a/frontend/plugins/axios.ts +++ b/frontend/plugins/axios.ts @@ -8,8 +8,8 @@ export default defineNuxtPlugin(() => { const { token, logout } = useAuth(); const axios = axiosOriginal.create({ - timeout: 30000, - timeoutErrorMessage: "فرآیند بیش از حد انتظار طول کشید", + // timeout: 30000, + // timeoutErrorMessage: "فرآیند بیش از حد انتظار طول کشید", baseURL: config.public.API_BASE_URL, });