Skip to content

Commit

Permalink
this check is not required for app oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwas1 committed Nov 7, 2023
1 parent f6f1a63 commit 552a3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-oauth/app-oauth.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import { WhitelistSSICorsMiddleware } from 'src/utils/middleware/cors.middleware
})
export class AppOauthModule implements NestModule {
configure(consumer: MiddlewareConsumer) {
consumer.apply(WhitelistSSICorsMiddleware).forRoutes(AppOauthController);
// consumer.apply(WhitelistSSICorsMiddleware).forRoutes(AppOauthController);
}
}

0 comments on commit 552a3da

Please sign in to comment.