mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-19 13:18:34 +02:00
* mkdocs * adding mkdocs for netlify * fix theme * link to Readme * deleting symlink again * deleting index.md * fix release-notes * several doc improvements and elements installation * move DEVELOPMENT.md and CONTRIBUTING.md in subfolder * multi-site setup * changes site_dir * revert * adding mkdoc-wrapper.sh * removing mkdocs from prod-requirements * more docs * fix test ... no more warning
396 B
396 B
Liveness Endpoint
This endpoint works as healthz-check. See e.g. here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
URL : /api/healthz/liveness
Method : GET
Auth required : No
Permissions required : None
Success Response
Code : 200 OK
Content examples
{
"message": "i am alive"
}