Health info message now advertises API v1

api-v1
Quentin Dufour 6 months ago
parent c63b446989
commit d1d1940252
No known key found for this signature in database
GPG Key ID: E9602264D639FF68
  1. 2
      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
);

Loading…
Cancel
Save