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:
@ -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],
|
||||
|
||||
@ -25,7 +25,7 @@ export class CreateCompanyService {
|
||||
|
||||
constructor(private readonly twentyORMGlobalManager: TwentyORMGlobalManager) {
|
||||
this.httpService = axios.create({
|
||||
baseURL: 'https://companies.twenty.com',
|
||||
baseURL: 'https://twenty-companies.com',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user