26 lines
302 B
Markdown
26 lines
302 B
Markdown
# API Reference
|
|
|
|
## Endpoints
|
|
|
|
### Health Check
|
|
|
|
```
|
|
GET /health
|
|
```
|
|
|
|
**Response:**
|
|
```json
|
|
{"status": "UP", "service": "test-siva-node-1"}
|
|
```
|
|
|
|
### Root
|
|
|
|
```
|
|
GET /
|
|
```
|
|
|
|
**Response:**
|
|
```json
|
|
{"service": "test-siva-node-1", "description": "Modernized test-siva-node-1 service", "version": "1.0.0"}
|
|
```
|