diff --git a/config/swaggervel.php b/config/swaggervel.php index 341b47ed830a..037cf930096a 100644 --- a/config/swaggervel.php +++ b/config/swaggervel.php @@ -21,6 +21,13 @@ return array( */ 'doc-route' => 'docs', + /* + |-------------------------------------------------------------------------- + | Relative path to access swagger ui. + |-------------------------------------------------------------------------- + */ + 'api-docs-route' => 'api-docs', + /* |-------------------------------------------------------------------------- | Absolute path to directory containing the swagger annotations are stored.