diff options
author | Alex <alex@adnab.me> | 2023-11-29 15:42:46 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-11-29 15:42:46 +0000 |
commit | a8b0e01f88b947bc34c05d818d51860b4d171967 (patch) | |
tree | 874f7a7c85901b96d1d8b725a3abf2ddb65c9d64 /src | |
parent | ffa659433d45d5186acc618134c5561bf9b21f37 (diff) | |
parent | 80886906507ba12586874ec66ef683139108cbcf (diff) | |
download | garage-a8b0e01f88b947bc34c05d818d51860b4d171967.tar.gz garage-a8b0e01f88b947bc34c05d818d51860b4d171967.zip |
Merge pull request 'OpenAPI specification of admin APIv1' (#672) from api-v1 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/672
Diffstat (limited to 'src')
-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 ); |