From e8da5ba36cf447047f4405a9e750ea28d315a9fe Mon Sep 17 00:00:00 2001 From: destyk Date: Mon, 31 Jul 2023 19:48:12 +0800 Subject: [PATCH] feat(introduction): add `customSwaggerUiPath` --- content/openapi/introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/openapi/introduction.md b/content/openapi/introduction.md index 12f35032cd..a7c78da010 100644 --- a/content/openapi/introduction.md +++ b/content/openapi/introduction.md @@ -141,6 +141,7 @@ export interface ExpressSwaggerCustomOptions { customCssUrl?: string; customJs?: string; customfavIcon?: string; + customSwaggerUiPath?: string; swaggerUrl?: string; customSiteTitle?: string; validatorUrl?: string;