mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Expand error message for unknown webhook request (#15178)
This commit is contained in:
@@ -50,4 +50,8 @@ export class WebhookEntity {
|
||||
get isDynamic() {
|
||||
return this.webhookPath.split('/').some((s) => s.startsWith(':'));
|
||||
}
|
||||
|
||||
display() {
|
||||
return `${this.method} ${this.webhookPath}`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user