Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
fix: set global prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter committed Feb 8, 2024
1 parent e91aa7b commit aead16d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit aead16d

Please sign in to comment.