feat: implement blog project with CI pipeline
This commit is contained in:
17
docs/api/endpoints.md
Normal file
17
docs/api/endpoints.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# API Endpoints
|
||||
|
||||
## Overview
|
||||
|
||||
| Method | Endpoint | Description |
|
||||
|--------|----------|-------------|
|
||||
| GET | `/` | Health check |
|
||||
|
||||
## Health Check
|
||||
|
||||
```http
|
||||
GET /
|
||||
```
|
||||
|
||||
**Response:** `200 OK`
|
||||
|
||||
Returns application status.
|
||||
Reference in New Issue
Block a user