mirror of
https://github.com/lingble/twenty.git
synced 2025-11-01 21:27:58 +00:00
feat: use healthz
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { Controller, Get } from '@nestjs/common';
|
import { Controller, Get } from '@nestjs/common';
|
||||||
import { HealthCheckService, HealthCheck } from '@nestjs/terminus';
|
import { HealthCheckService, HealthCheck } from '@nestjs/terminus';
|
||||||
|
|
||||||
@Controller('health')
|
@Controller('healthz')
|
||||||
export class HealthController {
|
export class HealthController {
|
||||||
constructor(private health: HealthCheckService) {}
|
constructor(private health: HealthCheckService) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user