mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
⚡ Add source header to link.fish node
This commit is contained in:
parent
40732d39d5
commit
291320f817
|
@ -298,6 +298,9 @@ export class LinkFish implements INodeType {
|
|||
const options = {
|
||||
method: requestMethod,
|
||||
body,
|
||||
headers: {
|
||||
'x-lf-source': 'n8n',
|
||||
},
|
||||
qs,
|
||||
uri: `https://api.link.fish/Urls/${endpoint}`,
|
||||
auth: {
|
||||
|
|
Loading…
Reference in a new issue