mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -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 = {
|
const options = {
|
||||||
method: requestMethod,
|
method: requestMethod,
|
||||||
body,
|
body,
|
||||||
|
headers: {
|
||||||
|
'x-lf-source': 'n8n',
|
||||||
|
},
|
||||||
qs,
|
qs,
|
||||||
uri: `https://api.link.fish/Urls/${endpoint}`,
|
uri: `https://api.link.fish/Urls/${endpoint}`,
|
||||||
auth: {
|
auth: {
|
||||||
|
|
Loading…
Reference in a new issue