Skip to content

Commit

Permalink
Update SwaggerController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
verwilst authored Jul 19, 2016
1 parent 446656d commit a615c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/SwaggerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function api()
'secure' => Request::secure(),
'urlToDocs' => route('l5-swagger.docs', config('l5-swagger.paths.docs_json', 'api-docs.json')),
'requestHeaders' => config('l5-swagger.headers.request'),
'docExpansion' => config('l5-swagger.docExpansion')
'docExpansion' => config('l5-swagger.docExpansion'),
], $extras),
200
);
Expand Down

0 comments on commit a615c38

Please sign in to comment.