diff --git a/src/main.ts b/src/main.ts index 0eb0c92..0e8e19e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,6 +4,7 @@ import { SentryService } from '@ntegral/nestjs-sentry'; async function bootstrap() { const app = await NestFactory.create(AppModule); + app.setGlobalPrefix('query'); // // SwaggerUI setup see https://docs.nestjs.com/openapi/introduction#bootstrap // const config = new DocumentBuilder()