Skip to content

Commit

Permalink
make post the default webhook type
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jun 14, 2024
1 parent b539df0 commit 0a1f33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/coresettings/URLActionsForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const localAction: URLAction = props.action
pattern: "",
action_type: props.type,
rest_body: "{\n \n}",
rest_method: "get",
rest_method: "post",
rest_headers: "{\n \n}",
} as URLAction);
Expand Down

0 comments on commit 0a1f33f

Please sign in to comment.