mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
feat: use healthz
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user