aboutsummaryrefslogtreecommitdiff
path: root/zenserver/upstream/zen.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-09-23 08:24:13 +0200
committerPer Larsson <[email protected]>2021-09-23 08:24:13 +0200
commita90c4fd0d6c4c18c24efc60fe26f2f043c7221be (patch)
tree0d8718e871eb83546d367198839fc16a4a72933a /zenserver/upstream/zen.cpp
parentClang format fix. (diff)
downloadzen-a90c4fd0d6c4c18c24efc60fe26f2f043c7221be.tar.xz
zen-a90c4fd0d6c4c18c24efc60fe26f2f043c7221be.zip
Use /check/health instead of /test/hello.
Diffstat (limited to 'zenserver/upstream/zen.cpp')
-rw-r--r--zenserver/upstream/zen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenserver/upstream/zen.cpp b/zenserver/upstream/zen.cpp
index 710d381c6..530bed32a 100644
--- a/zenserver/upstream/zen.cpp
+++ b/zenserver/upstream/zen.cpp
@@ -382,10 +382,10 @@ ZenStructuredCacheSession::~ZenStructuredCacheSession()
}
ZenCacheResult
-ZenStructuredCacheSession::SayHello()
+ZenStructuredCacheSession::CheckHealth()
{
ExtendableStringBuilder<256> Uri;
- Uri << m_Client.ServiceUrl() << "/test/hello";
+ Uri << m_Client.ServiceUrl() << "/health/check";
cpr::Session& Session = m_SessionState->Session;
Session.SetOption(cpr::Url{Uri.c_str()});