Skip to content

Commit bbe90fb

Browse files
Merge pull request nestjs#2813 from destyk/master
feat(introduction): add `customSwaggerUiPath`
2 parents 2da9d4c + e8da5ba commit bbe90fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/openapi/introduction.md

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export interface ExpressSwaggerCustomOptions {
141141
customCssUrl?: string;
142142
customJs?: string;
143143
customfavIcon?: string;
144+
customSwaggerUiPath?: string;
144145
swaggerUrl?: string;
145146
customSiteTitle?: string;
146147
validatorUrl?: string;

0 commit comments

Comments
 (0)