From 3847ec699ecb63c687702ca9d4968fcf5801c667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Tue, 9 Dec 2025 20:18:43 +0300 Subject: [PATCH] try to fix shiii x2 --- src/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 7739aa5..4167657 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,8 +5,6 @@ import { AppModule } from './app.module'; async function bootstrap() { const app = await NestFactory.create(AppModule); - app.setGlobalPrefix('api'); - const config = new DocumentBuilder() .setTitle('Travelmarine backend') .setDescription('Backend API for Travelmarine service')