mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-26 04:17:15 +03:00
feat: use healthz
This commit is contained in:
parent
0d82751b9b
commit
dfcd22d66f
@ -1,7 +1,7 @@
|
||||
import { Controller, Get } from '@nestjs/common';
|
||||
import { HealthCheckService, HealthCheck } from '@nestjs/terminus';
|
||||
|
||||
@Controller('health')
|
||||
@Controller('healthz')
|
||||
export class HealthController {
|
||||
constructor(private health: HealthCheckService) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user