fix: persist shipping fee and refresh k8s docs
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m14s

This commit is contained in:
2026-01-29 19:54:41 -03:00
parent 16882046cf
commit e5dc346b96
5 changed files with 248 additions and 162 deletions

View File

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