Skip to content

Commit

Permalink
chore(web): update the bridge onboarding sandbox endpoint (#6462)
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock authored Sep 10, 2024
1 parent b90e531 commit 9a239a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,13 @@ if (IS_EE_AUTH_ENABLED && !CLERK_PUBLISHABLE_KEY) {
throw new Error('Missing Clerk Publishable Key');
}

export const BRIDGE_SYNC_SAMPLE_ENDPOINT = 'https://deploy-preview-4--onboarding-sandbox.netlify.app/api/novu';
export const BRIDGE_SYNC_SAMPLE_ENDPOINT = 'https://deploy-preview-6--onboarding-sandbox.netlify.app/api/novu';
/**
* This is used for versioning the sandbox endpoints across revisions
* On change, we should move the current one to the legacy list
*/
export const BRIDGE_ENDPOINTS_LEGACY_VERSIONS = [
'https://onboarding-sandbox.netlify.app/api/novu',
'https://deploy-preview-1--onboarding-sandbox.netlify.app/api/novu',
'https://deploy-preview-4--onboarding-sandbox.netlify.app/api/novu',
];

0 comments on commit 9a239a4

Please sign in to comment.