diff --git a/src/lib/apis/clients.ts b/src/lib/apis/clients.ts index e90eb14..8678432 100644 --- a/src/lib/apis/clients.ts +++ b/src/lib/apis/clients.ts @@ -1,9 +1,10 @@ import axios from 'axios' export const legacyClient = axios.create({ - baseURL: import.meta.env.SSR - ? 'https://legacy.passthem.top/api' - : '/api/legacy', + // baseURL: import.meta.env.SSR + // ? 'https://legacy.passthem.top/api' + // : '/api/legacy', + baseURL: 'https://legacy.passthem.top/api', timeout: 6000, withCredentials: true, headers: {