Skip to content

Commit 91ed337

Browse files
Zie619claude
andcommitted
fix(n8n-node): use isFullPath for TruseraWebhook to get clean /webhook/trusera URL
Without isFullPath, n8n prepends the workflow UUID to the path, producing /webhook/{uuid}/trusera instead of /webhook/trusera. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 7fb3285 commit 91ed337

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

n8n-node/nodes/TruseraWebhook/TruseraWebhook.node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export class TruseraWebhook implements INodeType {
2626
httpMethod: 'GET',
2727
responseMode: 'lastNode',
2828
path: 'trusera',
29+
isFullPath: true,
2930
},
3031
],
3132
properties: [],

n8n-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-trusera",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "n8n community node to scan workflows for AI security risks using Trusera AI-BOM",
55
"keywords": [
66
"n8n-community-node-package",

0 commit comments

Comments
 (0)