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 a2a08cd commit 44bb94eCopy full SHA for 44bb94e
slack/index.html
@@ -63,7 +63,7 @@ <h2 style="margin-top: 30px">Already a member? <a href="https://node-red.slack.c
63
$('#go').click(function() {
64
$('.slackerr').text();
65
$('#go').attr('disabled',true);
66
- $.post('https://red.knolleary.net/slack-inviter',{email:$('#e').val()},function(data,status) {
+ $.post('https://gnh34zyze1.execute-api.eu-west-2.amazonaws.com/default/nodeREDSlackInviter',{email:$('#e').val()},function(data,status) {
67
$('#go').attr('disabled',false);
68
if (!data.ok) {
69
if (data.error === 'invalid_email') {
0 commit comments