mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-24 11:02:12 -08:00
⚡ Fix Trello Trigger Node
This commit is contained in:
parent
5718330e29
commit
f9db4bb501
|
@ -40,7 +40,7 @@ export class TrelloTrigger implements INodeType {
|
|||
webhooks: [
|
||||
{
|
||||
name: 'setup',
|
||||
httpMethod: 'GET',
|
||||
httpMethod: 'HEAD',
|
||||
responseMode: 'onReceived',
|
||||
path: 'webhook',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue