From 3eee920a58a1b23b690c013f089eb46fdff8a4db Mon Sep 17 00:00:00 2001 From: sdraris Date: Tue, 30 Sep 2025 20:17:37 +0200 Subject: [PATCH] change of swagger path to /api/docs --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 9689bd5..07536d6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -45,7 +45,7 @@ async function bootstrap() { .build(); const document = SwaggerModule.createDocument(app, config); - SwaggerModule.setup('api/v1/swagger', app, document); + SwaggerModule.setup('api', app, document);