Skip to content

Commit

Permalink
change default webhook url to something that works
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbranham committed Oct 21, 2024
1 parent 5ef5fc0 commit 59384f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static Webhook withName(Organization organization, String name) {
@PropertyLayout(fieldSetId = "identity", sequence = "1.5")
@Getter
@Setter
private String url = "https://savantly/api/webhook";
private String url = "https://postman-echo.com/post";

@Column(name = "method", length = 255, nullable = true)
@PropertyLayout(fieldSetId = "identity", sequence = "1.6")
Expand Down

0 comments on commit 59384f9

Please sign in to comment.