All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m1s
- chore: ingest source code 109 files from https://github.com/spring-projects/spring-petclinic - feat: add platform deployment artifacts - feat: add CI/CD workflow automation
26 lines
302 B
Markdown
26 lines
302 B
Markdown
# API Reference
|
|
|
|
## Endpoints
|
|
|
|
### Health Check
|
|
|
|
```
|
|
GET /health
|
|
```
|
|
|
|
**Response:**
|
|
```json
|
|
{"status": "UP", "service": "demo-bridge-1234"}
|
|
```
|
|
|
|
### Root
|
|
|
|
```
|
|
GET /
|
|
```
|
|
|
|
**Response:**
|
|
```json
|
|
{"service": "demo-bridge-1234", "description": "Modernized demo-bridge-1234 service", "version": "1.0.0"}
|
|
```
|