fix: update health check status message to 'TESTE COM ALESSANDRO'
Deploy NestJS API / build-and-push-deploy (push) Successful in 3m40s Details

This commit is contained in:
joelson 2026-01-06 12:26:43 -03:00
parent 70e88913f5
commit 4e926909b8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export class AppController {
@Get('health')
@ApiOperation({ summary: 'Health check' })
healthCheck() {
return { status: ':Jurunense homecenter ' };
return { status: 'TESTE COM ALESSANDRO ' };
}
}