18 lines
220 B
Markdown
18 lines
220 B
Markdown
# API Endpoints
|
|
|
|
## Overview
|
|
|
|
| Method | Endpoint | Description |
|
|
|--------|----------|-------------|
|
|
| GET | `/` | Health check |
|
|
|
|
## Health Check
|
|
|
|
```http
|
|
GET /
|
|
```
|
|
|
|
**Response:** `200 OK`
|
|
|
|
Returns application status.
|