dothiv/DothivContentfulBundle

View on GitHub
Resources/config/routing.yml

Summary

Maintainability
Test Coverage
dothiv_contentful_webhook:
    pattern:  /webhook
    defaults:
        _controller: dothiv_contentful.controller.webhook:webhookAction
        _format: json
    methods: [POST]