From 90d00e008153713742209df9fe781ad0564ab024 Mon Sep 17 00:00:00 2001 From: Nicholas Catanchin Date: Sat, 23 May 2020 02:09:13 +0000 Subject: [PATCH] Resolves #22 - Set the correct config key for documentation URL --- config/scribe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).