diff options
Diffstat (limited to 'src/main/resources/com/p4square/grow/backend')
-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> |