try to fix shii x3

This commit is contained in:
Иван 2025-12-09 20:36:20 +03:00
parent 3847ec699e
commit 7c5b4d3515
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ import { AppModule } from './app.module';
async function bootstrap() { async function bootstrap() {
const app = await NestFactory.create(AppModule); const app = await NestFactory.create(AppModule);
app.setGlobalPrefix('api');
const config = new DocumentBuilder() const config = new DocumentBuilder()
.setTitle('Travelmarine backend') .setTitle('Travelmarine backend')
.setDescription('Backend API for Travelmarine service') .setDescription('Backend API for Travelmarine service')