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