Change favicon/company enrichment urls (#9065)

We're moving favicon/telemetry/company enrichment to a separate url for
better security/monitoring
This commit is contained in:
Félix Malfait
2024-12-13 18:41:57 +01:00
committed by GitHub
parent abaf2651ec
commit 042b6c65ed
8 changed files with 13 additions and 13 deletions

View File

@ -7,7 +7,7 @@ import { TelemetryService } from './telemetry.service';
providers: [TelemetryService],
imports: [
HttpModule.register({
baseURL: 'https://t.twenty.com/api/v2',
baseURL: 'https://twenty-telemetry.com/api/v2',
}),
],
exports: [TelemetryService],