mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Add source header to link.fish node
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user