Closed kentdahl closed 2 years ago
Add configurable separate route prefix for webhooks, with fallback to the regular one.
Rationale is that the webhooks usually belong in an API focused part of the routes, separate from administrative pages.
Typical usage:
EMAIL_LOG_ROUTES_PREFIX=admin EMAIL_LOG_ROUTES_WEBHOOK_PREFIX=api
Add configurable separate route prefix for webhooks, with fallback to the regular one.
Rationale is that the webhooks usually belong in an API focused part of the routes, separate from administrative pages.
Typical usage: