From 2f351b8302546b5cb73ddddbfdf5f070a2ec0d91 Mon Sep 17 00:00:00 2001 From: sdraris Date: Tue, 30 Sep 2025 11:09:36 +0200 Subject: [PATCH] added global prefix as a start to requests --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index a9ae0ee..082a2f1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -41,7 +41,7 @@ async function bootstrap() { }, 'access-token', ) - .addServer('/api/v1') + //.addServer('/api/v1') .build(); const document = SwaggerModule.createDocument(app, config);