@@ -33,7 +33,7 @@ return [
* 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).