Skip to content

Commit

Permalink
Merge pull request #29 from poojakarma/search_event_api
Browse files Browse the repository at this point in the history
Change in main.ts file
  • Loading branch information
vaivk369 authored Aug 13, 2024
2 parents 7e343b5 + 76d0044 commit dc3ede9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AppModule } from './app.module';
async function bootstrap() {
const app = await NestFactory.create(AppModule);
app.enableCors();
app.setGlobalPrefix('event-service');
// app.setGlobalPrefix('event-service');
const options = new DocumentBuilder()
.setTitle('Event Management')
.setDescription('CRUD API')
Expand Down

0 comments on commit dc3ede9

Please sign in to comment.