diff --git a/config/scribe.php b/config/scribe.php index 64292fe4..9b43843d 100644 --- a/config/scribe.php +++ b/config/scribe.php @@ -33,7 +33,7 @@ * URL path to use for the docs endpoint (if `add_routes` is true). * By default, `/docs` opens the HTML page, and `/docs.json` downloads the Postman collection. */ - 'url' => '/docs', + 'docs_url' => '/docs', /* * Middleware to attach to the docs endpoint (if `add_routes` is true).