Skip to content

Commit

Permalink
feat(web): Add latest preview URL (#6517)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiswaViraj committed Sep 19, 2024
1 parent 485ff07 commit d6f0c52
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,7 +92,7 @@ if (IS_EE_AUTH_ENABLED && !CLERK_PUBLISHABLE_KEY) {
throw new Error('Missing Clerk Publishable Key');
}

export const BRIDGE_SYNC_SAMPLE_ENDPOINT = 'https://deploy-preview-6--onboarding-sandbox.netlify.app/api/novu';
export const BRIDGE_SYNC_SAMPLE_ENDPOINT = 'https://deploy-preview-8--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
Expand All @@ -101,4 +101,5 @@ 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',
'https://deploy-preview-6--onboarding-sandbox.netlify.app/api/novu',
];

0 comments on commit d6f0c52

Please sign in to comment.