diff --git a/symfony/webhook/6.3/config/routes/webhook.yaml b/symfony/webhook/6.3/config/routes/webhook.yaml new file mode 100644 index 00000000..bf07b381 --- /dev/null +++ b/symfony/webhook/6.3/config/routes/webhook.yaml @@ -0,0 +1,3 @@ +webhook: + resource: '@FrameworkBundle/Resources/config/routing/webhook.xml' + prefix: /webhook diff --git a/symfony/webhook/6.3/manifest.json b/symfony/webhook/6.3/manifest.json new file mode 100644 index 00000000..e164c6e6 --- /dev/null +++ b/symfony/webhook/6.3/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}