소스 검색

Resolves #22 - Set the correct config key for documentation URL

Nicholas Catanchin 5 년 전
부모
커밋
90d00e0081
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).