Skip to content

Commit

Permalink
fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ome committed Oct 19, 2024
1 parent 0efce9e commit e838c7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@ http:
## Endpoints
### Cache
Method: **GET**
Path: **/**
Method: **GET**
Path: **/**
Response:
```json
{"goroutines": "operational"}
```

### Key
Method: **GET**
Path: **/key/{name}**
Method: **GET**
Path: **/key/{name}**

Response:
```json
"operational"
```

### Live & Ready endpoints
Method: **GET**
Path: **/health/live** and **/health/ready**
Method: **GET**
Path: **/health/live** and **/health/ready**

0 comments on commit e838c7a

Please sign in to comment.