mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
GET http://{{ host }}:{{ port }}/healthz
|
|
|
|
HTTP/* 200
|
|
|
|
```OK```
|
|
|
|
# Next endpoint marked as deprecated
|
|
GET http://{{ host }}:{{ port }}/health/live
|
|
|
|
HTTP/* 200
|
|
|
|
```OK```
|