Skip to content

Commit

Permalink
feat: enable Swagger UI deep linking (#6051)
Browse files Browse the repository at this point in the history
  • Loading branch information
coldic3 committed Dec 18, 2023
1 parent 00246ae commit 8e3a488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Bundle/Resources/public/init-swagger-ui.js
Expand Up @@ -45,6 +45,7 @@ window.onload = function() {
spec: data.spec,
dom_id: '#swagger-ui',
validatorUrl: null,
deepLinking: true,
oauth2RedirectUrl: data.oauth.redirectUrl,
presets: [
SwaggerUIBundle.presets.apis,
Expand Down

0 comments on commit 8e3a488

Please sign in to comment.