Add source header to link.fish node

This commit is contained in:
Jan Oberhauser 2019-09-18 23:42:21 +02:00
parent 40732d39d5
commit 291320f817

View file

@ -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: {