Merge pull request #1182 from symfony/webhook

Add webhook recipe
This commit is contained in:
Fabien Potencier
2023-03-15 12:46:53 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,3 @@
webhook:
resource: '@FrameworkBundle/Resources/config/routing/webhook.xml'
prefix: /webhook
+5
View File
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}