Skip to content

Commit 8e3a488

Browse files
authored
feat: enable Swagger UI deep linking (#6051)
1 parent 00246ae commit 8e3a488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/Resources/public/init-swagger-ui.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ window.onload = function() {
4545
spec: data.spec,
4646
dom_id: '#swagger-ui',
4747
validatorUrl: null,
48+
deepLinking: true,
4849
oauth2RedirectUrl: data.oauth.redirectUrl,
4950
presets: [
5051
SwaggerUIBundle.presets.apis,

0 commit comments

Comments
 (0)