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.
1 parent 459e115 commit 0083c9bCopy full SHA for 0083c9b
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