FIX: storage url

This commit is contained in:
marcos-silva-rodrigues
2026-02-18 15:32:05 -03:00
parent 72ed637640
commit cf8eed35a3
@@ -113,7 +113,7 @@ export class StorageExplorerService {
}
// Get customer-specific storage-explorer URL
const baseUrl = STORAGE_EXPLORER_CONFIG.getUrl(user.customer_id);
const baseUrl = STORAGE_EXPLORER_CONFIG.getUrl(user.customer_name);
const url = new URL(`${baseUrl}${path}`);
// Add query params