mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 02:31:11 +10:00
exclude /health/live endpoint
This commit is contained in:
@ -37,6 +37,7 @@ export class CoreModule implements NestModule {
|
|||||||
.exclude(
|
.exclude(
|
||||||
{ 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 },
|
||||||
)
|
)
|
||||||
.forRoutes('*');
|
.forRoutes('*');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user