From 6d5b99551c59cdcf9a7cdd390fd6893c7dd0b8b5 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 10 Apr 2016 22:08:25 +0300 Subject: [PATCH] Fix Swagger API docs --- config/swaggervel.php | 7 +++++++ 1 file changed, 7 insertions(+) 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.