From b4b71b902493cac1e5b57c70ab53961c26ceb323 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 29 Jan 2018 20:23:59 -0800 Subject: Adding /ping resource for deep health checks --- src/main/resources/com/p4square/grow/backend/apiinfo.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources/com') 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 @@
/backend/banner
GET the info banner or PUT new banner info.
+
/backend/ping
+
GET the current status of the backend dependencies.
+
/backend/feed/{topic}
Get all threads for forum topic.
-- cgit v1.2.3