Skip to content

Commit

Permalink
fix: update endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercy811 committed Oct 11, 2023
1 parent aa7f619 commit a7ccd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/analytics-core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export const AMPLITUDE_SERVER_URL = 'https://api2.amplitude.com/2/httpapi';
export const EU_AMPLITUDE_SERVER_URL = 'https://api.eu.amplitude.com/2/httpapi';
export const AMPLITUDE_BATCH_SERVER_URL = 'https://api2.amplitude.com/batch';
export const EU_AMPLITUDE_BATCH_SERVER_URL = 'https://api.eu.amplitude.com/batch';
export const DIAGNOSTIC_ENDPOINT = 'http://localhost:8000';
export const DIAGNOSTIC_ENDPOINT = 'https://api-omni.stag2.amplitude.com/omni/metrics';

0 comments on commit a7ccd78

Please sign in to comment.