Skip to content

Commit

Permalink
campaign frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Jan 31, 2024
1 parent c13c97b commit d1909c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/campaign/campaign.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class CampaignModule implements NestModule {
configure(consumer: MiddlewareConsumer) {
consumer
.apply(CampaignMiddleware)
.exclude('campaign/:code')
// .exclude('campaign/:code')
.forRoutes('campaign');
}
}

0 comments on commit d1909c9

Please sign in to comment.