We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a42ed6 commit f2599f3Copy full SHA for f2599f3
Resources/config/routing/webhook.xml
@@ -6,5 +6,6 @@
6
7
<route id="_webhook_controller" path="/{type}">
8
<default key="_controller">webhook.controller::handle</default>
9
+ <requirement key="type">.+</requirement>
10
</route>
11
</routes>
0 commit comments