Add webhook recipe

This commit is contained in:
Fabien Potencier
2023-03-15 12:35:30 +01:00
parent 327f50e4a4
commit 6a986cb716
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%/"
}
}