diff --git a/src/cvdocs/openApi.ts b/src/cvdocs/openApi.ts index e5d3253..bba7180 100644 --- a/src/cvdocs/openApi.ts +++ b/src/cvdocs/openApi.ts @@ -90,6 +90,6 @@ export default async (app: INestApplication) => { config, redocOptions, swaggerUIPath: "/api", - redocPath: "/docs", + redocPath: "/", }); };