mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 08:32:06 +10:00
exclude billing webhook endpoint
This commit is contained in:
@ -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('*');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user