diff --git a/apps/server/src/core/core.module.ts b/apps/server/src/core/core.module.ts index a47a7b60..182a1420 100644 --- a/apps/server/src/core/core.module.ts +++ b/apps/server/src/core/core.module.ts @@ -38,6 +38,7 @@ export class CoreModule implements NestModule { { path: 'auth/setup', method: RequestMethod.POST }, { path: 'health', method: RequestMethod.GET }, { path: 'health/live', method: RequestMethod.GET }, + { path: 'billing/stripe/webhook', method: RequestMethod.POST }, ) .forRoutes('*'); }