fix: clean up root endpoint and disable redoc
Build and Push / build (release) Successful in 28s

- Simplify root endpoint to return minimal status info
- Remove obsolete endpoint listings (moved to /docs)
- Clean up verbose app description
- Disable redoc UI

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-31 11:46:26 +01:00
co-authored by Claude Opus 4.5
parent 9370c70311
commit 31370f053c
4 changed files with 9 additions and 93 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "core-api"
version = "1.3.1"
version = "1.3.2"
description = "Core Code API - Infrastructure management and tools API"
readme = "README.md"
requires-python = ">=3.12"