Files
demo-bot 28a8150465
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 58s
Build and Push to ACR / Build and Push (push) Successful in 4m56s
feat: modernize application — source, platform artifacts, CI/CD
- chore: ingest source code

108 files from https://github.com/spring-projects/spring-petclinic
- feat: add platform deployment artifacts
- feat: add CI/CD workflow automation
2026-05-15 13:08:06 +00:00

26 lines
302 B
Markdown

# API Reference
## Endpoints
### Health Check
```
GET /health
```
**Response:**
```json
{"status": "UP", "service": "crucible-demo-02"}
```
### Root
```
GET /
```
**Response:**
```json
{"service": "crucible-demo-02", "description": "Modernized crucible-demo-02 service", "version": "1.0.0"}
```