fix: update health check status message to reflect new version

This commit is contained in:
2026-02-12 17:36:55 -03:00
parent e2a36da1b8
commit 599a916257

View File

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