Skip to content

Commit

Permalink
adding https at webhook url
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Nov 15, 2024
1 parent 5697b3e commit f478e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/people/widgetViews/GenerateStoriesView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const GenerateStoriesView: React.FC = () => {
featureName: featureName,
description: featureBrief,
examples: [],
webhook_url: `${getHost()}/features/stories`,
webhook_url: `https://${getHost()}/features/stories`,
featureUUID: feature_uuid ?? ''
};

Expand Down

0 comments on commit f478e22

Please sign in to comment.