diff --git a/src/main.ts b/src/main.ts index f07f148..b105431 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,8 +1,7 @@ import { NestFactory, Reflector } from '@nestjs/core'; import { AppModule } from './app.module'; import { ConfigService } from '@nestjs/config'; -import { SwaggerModule } from '@nestjs/swagger/dist/swagger-module'; -import { DocumentBuilder } from '@nestjs/swagger'; +import { SwaggerModule, DocumentBuilder } from '@nestjs/swagger'; import { AuthGuard } from './common/guards/auth.guard'; import { JwtService } from '@nestjs/jwt'; import { RolesGuard } from './common/guards/roles.guard';