mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 14:15:44 +00:00
fix configratio
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user