Skip to content

Commit

Permalink
Merge pull request #2813 from destyk/master
Browse files Browse the repository at this point in the history
feat(introduction): add `customSwaggerUiPath`
  • Loading branch information
kamilmysliwiec authored Oct 2, 2023
2 parents 2da9d4c + e8da5ba commit bbe90fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/openapi/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export interface ExpressSwaggerCustomOptions {
customCssUrl?: string;
customJs?: string;
customfavIcon?: string;
customSwaggerUiPath?: string;
swaggerUrl?: string;
customSiteTitle?: string;
validatorUrl?: string;
Expand Down

0 comments on commit bbe90fb

Please sign in to comment.