diff --git a/config/config.php b/config/config.php index b6bc2da..f530d48 100644 --- a/config/config.php +++ b/config/config.php @@ -3,7 +3,7 @@ return [ 'webhook' => [ - 'path' => 'aws/sns/webhook', + 'path' => env('AWS_SNS_WEBHOOK_PATH', 'aws/sns/webhook'), ], ];