Commit 91ed337
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- n8n-node
- nodes/TruseraWebhook
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments