260318:1547 Fix UUID #09
Build and Deploy / deploy (push) Failing after 13m36s

This commit is contained in:
admin
2026-03-18 15:47:05 +07:00
parent a82579190b
commit c1cbecf5aa
3 changed files with 18 additions and 7 deletions
@@ -19,6 +19,11 @@ export class HealthController {
private disk: DiskHealthIndicator
) {}
@Get('ping')
ping() {
return { status: 'ok', timestamp: new Date().toISOString() };
}
@Get('health')
@HealthCheck()
check() {