fix configratio

This commit is contained in:
Marshal
2026-07-23 06:21:51 +00:00
parent fd05655ecc
commit 1576fcdc45
6 changed files with 8 additions and 20 deletions

View File

@@ -49,7 +49,7 @@ export interface GetIframeUrlRequest {
// Create a dedicated axios instance for Metabase API
const metabaseAxios = axios.create({
baseURL: getEnvUrl("VITE_CHRONICLE_URL"),
baseURL: getEnvUrl("VITE_CHRONICLE_URL", false),
});
// Add auth token interceptor