Skip to content

Commit

Permalink
Merge pull request #30 from tekdi/revert-29-search_event_api
Browse files Browse the repository at this point in the history
Revert "Change in main.ts file"
  • Loading branch information
vaivk369 authored Aug 13, 2024
2 parents c31813a + 8dfe124 commit 4d2e359
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 4d2e359

Please sign in to comment.