Skip to content

Commit

Permalink
feat(swaggerUI): add displayOperationId option in swaggerUI
Browse files Browse the repository at this point in the history
  • Loading branch information
AmnezziaCS committed Nov 24, 2023
1 parent 4424695 commit 59a291e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/whook-swagger-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ window.onload = function() {
? `, {"name":"Private API","url":"${
publicSwaggerURL +
'?access_token=' +
encodeURIComponent(DEV_ACCESS_TOKEN)
encodeURIComponent(DEV_ACCESS_TOKEN) +
'?displayOperationId=true'
}"}`
: ''
}],
Expand Down

0 comments on commit 59a291e

Please sign in to comment.