Fix Trello Trigger Node

This commit is contained in:
Jan Oberhauser 2020-05-25 11:40:36 +02:00
parent 5718330e29
commit f9db4bb501

View file

@ -40,7 +40,7 @@ export class TrelloTrigger implements INodeType {
webhooks: [
{
name: 'setup',
httpMethod: 'GET',
httpMethod: 'HEAD',
responseMode: 'onReceived',
path: 'webhook',
},