fix: update health check status message to 'JURUNENSE HOME CENTER BR'
Deploy NestJS API / build-and-push-deploy (push) Successful in 2m48s Details

This commit is contained in:
JuruSysadmin 2026-01-06 11:07:03 -03:00
parent 1760934db3
commit 95850ea39b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export class AppController {
@Get('health') @Get('health')
@ApiOperation({ summary: 'Health check' }) @ApiOperation({ summary: 'Health check' })
healthCheck() { healthCheck() {
return { status: 'JURUNENSE HOME CENTER ' }; return { status: 'JURUNENSE HOME CENTER BR ' };
} }
} }