Skip to content

Commit c5cf8e8

Browse files
committed
Show operation id in the spec site
1 parent 94bf004 commit c5cf8e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/site/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ const SwaggerUI = require('swagger-ui')
22

33
SwaggerUI({
44
dom_id: '#container',
5-
url: '/swagger.json'
5+
url: '/swagger.json',
6+
displayOperationId: true
67
})

0 commit comments

Comments
 (0)