diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2018-01-29 20:23:59 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2018-01-29 20:23:59 -0800 |
commit | b4b71b902493cac1e5b57c70ab53961c26ceb323 (patch) | |
tree | d529a306c3203b9a942464b15225511b7b3fc12e /src/main/resources/com/p4square/grow/backend/apiinfo.html | |
parent | 8e7a0c2442674ee95b4ed2453436b6e20c153118 (diff) |
Adding /ping resource for deep health checks
Diffstat (limited to 'src/main/resources/com/p4square/grow/backend/apiinfo.html')
-rw-r--r-- | src/main/resources/com/p4square/grow/backend/apiinfo.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/com/p4square/grow/backend/apiinfo.html b/src/main/resources/com/p4square/grow/backend/apiinfo.html index a3637c9..1e44348 100644 --- a/src/main/resources/com/p4square/grow/backend/apiinfo.html +++ b/src/main/resources/com/p4square/grow/backend/apiinfo.html @@ -31,6 +31,9 @@ <dt>/backend/banner</dt> <dd>GET the info banner or PUT new banner info.</dd> +<dt>/backend/ping</dt> +<dd>GET the current status of the backend dependencies.</dd> + <dt>/backend/feed/{topic}</dt> <dd>Get all threads for forum <em>topic</em>.</dd> |