We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7e619 commit f628c64Copy full SHA for f628c64
slack/index.html
@@ -66,8 +66,7 @@ <h2 style="margin-top: 30px">Already a member? <a href="https://node-red.slack.c
66
$.ajax({
67
type: "POST",
68
url: 'https://gnh34zyze1.execute-api.eu-west-2.amazonaws.com/default/nodeREDSlackInviter',
69
- data: JSON.stringify({email:$('#e').val()}),
70
- contentType : 'application/json',
+ data: {email:$('#e').val()},
71
success: function(data,status) {
72
$('#go').attr('disabled',false);
73
if (!data.ok) {
0 commit comments