- 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
26 lines
302 B
Markdown
26 lines
302 B
Markdown
# API Reference
|
|
|
|
## Endpoints
|
|
|
|
### Health Check
|
|
|
|
```
|
|
GET /health
|
|
```
|
|
|
|
**Response:**
|
|
```json
|
|
{"status": "UP", "service": "jonathan-demo-02"}
|
|
```
|
|
|
|
### Root
|
|
|
|
```
|
|
GET /
|
|
```
|
|
|
|
**Response:**
|
|
```json
|
|
{"service": "jonathan-demo-02", "description": "Modernized jonathan-demo-02 service", "version": "1.0.0"}
|
|
```
|