diff --git a/src/main.ts b/src/main.ts index 93525a1..dabd5d7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,6 +11,7 @@ async function bootstrap() { .setTitle('Travelmarine backend') .setDescription('Backend API for Travelmarine service') .setVersion('0.1') + .addServer('http://89.169.188.2/api', 'Production server') .build(); const documentFactory = () => SwaggerModule.createDocument(app, config);