Release v1.0.28
This commit is contained in:
@@ -57,7 +57,7 @@ export PORT=3000
|
||||
}
|
||||
```
|
||||
|
||||
### GET /health
|
||||
### GET /healthz
|
||||
Health check endpoint
|
||||
|
||||
**Ответ:**
|
||||
@@ -133,7 +133,7 @@ go run main.go
|
||||
|
||||
# Тестирование API
|
||||
curl http://localhost:8080/
|
||||
curl http://localhost:8080/health
|
||||
curl http://localhost:8080/healthz
|
||||
curl http://localhost:8080/api/v1/info
|
||||
curl -X POST http://localhost:8080/api/v1/echo \
|
||||
-H "Content-Type: application/json" \
|
||||
|
Reference in New Issue
Block a user