- Include version in /health endpoint response - Update test to verify version field - Bump version to 1.1.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -85,6 +85,7 @@ class HealthController(BaseController):
|
||||
|
||||
return {
|
||||
"status": "healthy",
|
||||
"version": settings.app_version,
|
||||
"ollama_connected": ollama_healthy
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user