feat: Add API endpoints for application version and health checks.
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m21s
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m21s
This commit is contained in:
@@ -14,7 +14,7 @@ export class AppController {
|
||||
@Get('health')
|
||||
@ApiOperation({ summary: 'Health check' })
|
||||
healthCheck() {
|
||||
return { status: 'SIMPLIFIQUE HOME CENTER 2026' };
|
||||
return { status: 'SIMPLIFIQUE HOME CENTER 2023' };
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user