mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -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: [
|
webhooks: [
|
||||||
{
|
{
|
||||||
name: 'setup',
|
name: 'setup',
|
||||||
httpMethod: 'GET',
|
httpMethod: 'HEAD',
|
||||||
responseMode: 'onReceived',
|
responseMode: 'onReceived',
|
||||||
path: 'webhook',
|
path: 'webhook',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue