Skip to content

Commit

Permalink
reverting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCaddell committed Jan 5, 2025
1 parent 21309ef commit 13f87a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
import { ValidationPipe } from '@nestjs/common';

//another test
async function bootstrap() {
const app = await NestFactory.create(AppModule);
app.setGlobalPrefix('api');
Expand Down

0 comments on commit 13f87a2

Please sign in to comment.