forked from Deuxfleurs/garage
Health info message now advertises API v1
This commit is contained in:
parent
c63b446989
commit
d1d1940252
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue