Files
test-ab-1/docs/api.md

26 lines
281 B
Markdown

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