diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-11-22 09:28:50 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-11-22 09:28:50 +0100 |
commit | d1d1940252d2a55e3b56386d6eaefdf5c09af8be (patch) | |
tree | 00c221b0a07cae32e26363438a053f89e803256c | |
parent | c63b4469896637104df0490682f0b53cbdd20de3 (diff) | |
download | garage-d1d1940252d2a55e3b56386d6eaefdf5c09af8be.tar.gz garage-d1d1940252d2a55e3b56386d6eaefdf5c09af8be.zip |
Health info message now advertises API v1
-rw-r--r-- | src/api/admin/api_server.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/admin/api_server.rs b/src/api/admin/api_server.rs index 4779f924..0ce3ca0d 100644 --- a/src/api/admin/api_server.rs +++ b/src/api/admin/api_server.rs @@ -182,7 +182,7 @@ impl AdminApiServer { ), }; let status_str = format!( - "{}\nConsult the full health check API endpoint at /v0/health for more details\n", + "{}\nConsult the full health check API endpoint at /v1/health for more details\n", status_str ); |