Merge branch 'main' of https://git.simplifiquehc.com.br/simplifique/Vendaweb-api
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m17s

This commit is contained in:
Luis Eduardo Estevao
2026-02-18 13:31:09 -03:00
5 changed files with 6 additions and 6 deletions

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' };
}
}