feat: add help route

This commit is contained in:
Shivam Mishra
2025-09-01 12:30:37 +05:30
parent 1f41e53ef5
commit 61eb729a11
4 changed files with 6 additions and 3 deletions
@@ -19,6 +19,7 @@ const FEATURE_HELP_URLS = {
team_management: 'https://chwt.app/hc/teams',
webhook: 'https://chwt.app/hc/webhooks',
billing: 'https://chwt.app/pricing',
saml: 'https://chwt.app/hc/saml',
};
export function getHelpUrlForFeature(featureName) {