exclude /health/live endpoint
This commit is contained in:
parent
e9b7273489
commit
1988feb9ce
1 changed files with 1 additions and 0 deletions
|
|
@ -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('*');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue