Skip to content

Commit f2599f3

Browse files
committed
[Webhook] Allow slash in webhook type
1 parent 0a42ed6 commit f2599f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/routing/webhook.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66

77
<route id="_webhook_controller" path="/{type}">
88
<default key="_controller">webhook.controller::handle</default>
9+
<requirement key="type">.+</requirement>
910
</route>
1011
</routes>

0 commit comments

Comments
 (0)