Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kennysghub committed Nov 13, 2024
1 parent 67e47a7 commit b25537c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions user-service/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
// // user-service/src/main.ts
// import { NestFactory } from '@nestjs/core';
// import { AppModule } from './app.module';
// import { ValidationPipe } from '@nestjs/common';

// async function bootstrap() {
// const app = await NestFactory.create(AppModule);
// app.useGlobalPipes(new ValidationPipe());
// await app.listen(3000);
// console.log('User service is running on port 3000');
// }
// bootstrap();
// src/main.ts
import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
import { ValidationPipe } from '@nestjs/common';
Expand Down

0 comments on commit b25537c

Please sign in to comment.