We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 459e115 + 0083c9b commit 76e1fa5Copy full SHA for 76e1fa5
ui/index.js
@@ -3,5 +3,6 @@ const SwaggerUI = require('swagger-ui')
3
SwaggerUI({
4
dom_id: '#container',
5
url: '/swagger.json',
6
- displayOperationId: true
+ displayOperationId: true,
7
+ deepLinking: true
8
})
0 commit comments