26 lines
281 B
Markdown
26 lines
281 B
Markdown
# API Reference
|
|
|
|
## Endpoints
|
|
|
|
### Health Check
|
|
|
|
```
|
|
GET /health
|
|
```
|
|
|
|
**Response:**
|
|
```json
|
|
{"status": "UP", "service": "vetclinic"}
|
|
```
|
|
|
|
### Root
|
|
|
|
```
|
|
GET /
|
|
```
|
|
|
|
**Response:**
|
|
```json
|
|
{"service": "vetclinic", "description": "Modernized vetclinic service", "version": "1.0.0"}
|
|
```
|