Skip to content

Commit

Permalink
Merge pull request stakwork#643 from MahtabBukhari/add-https-to-webho…
Browse files Browse the repository at this point in the history
…ok-posting-for-User-Story-Generation

[Bug] Add "https://" to webhook posting for User Story Generation
  • Loading branch information
humansinstitute authored Nov 15, 2024
2 parents 5697b3e + f478e22 commit 8a7ffb4
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 8a7ffb4

Please sign in to comment.