Skip to content

Commit

Permalink
[nan-1760] update integration template location
Browse files Browse the repository at this point in the history
  • Loading branch information
khaliqgant committed Sep 26, 2024
1 parent db067b8 commit 46c0a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/webapp/src/utils/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const stagingUrl: string = 'https://api-staging.nango.dev';
export const prodUrl: string = 'https://api.nango.dev';

export const syncDocs = 'https://docs.nango.dev/integrate/guides/sync-data-from-an-api';
export const githubRepo = 'https://github.com/NangoHQ/nango';
export const githubIntegrationTemplates = `${githubRepo}/tree/master/integration-templates`;
export const githubRepo = 'https://github.com/NangoHQ/integration-templates';
export const githubIntegrationTemplates = `${githubRepo}/tree/main/integrations`;

export function isHosted() {
return process.env.REACT_APP_ENV === 'hosted';
Expand Down

0 comments on commit 46c0a13

Please sign in to comment.