exclude billing webhook endpoint
This commit is contained in:
parent
5c9e0a2630
commit
30acc6676a
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ export class CoreModule implements NestModule {
|
||||||
{ path: 'auth/setup', method: RequestMethod.POST },
|
{ path: 'auth/setup', method: RequestMethod.POST },
|
||||||
{ path: 'health', method: RequestMethod.GET },
|
{ path: 'health', method: RequestMethod.GET },
|
||||||
{ path: 'health/live', method: RequestMethod.GET },
|
{ path: 'health/live', method: RequestMethod.GET },
|
||||||
|
{ path: 'billing/stripe/webhook', method: RequestMethod.POST },
|
||||||
)
|
)
|
||||||
.forRoutes('*');
|
.forRoutes('*');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue