浏览代码

Merge pull request #23 from ncatanchin/master

Resolves #22 - Set the correct config key for documentation URL
Shalvah 5 年之前
父节点
当前提交
48cf5bf54f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/scribe.php

+ 1 - 1
config/scribe.php

@@ -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).