Yesterday I implemented resend/resend-laravel alongside a custom webhook handler. I opted not to use the built-in handler because I wanted to integrate with spatie/laravel-webhook-client.
However, the package still automatically registers the default webhook route. Since I am not using it, I consider this exposed route an unnecessary attack vector.
Would it be acceptable if I submitted a PR to make this automatic route registration configurable (default enabled of course)?