Migrate all callers from /get_server_info to /server_info (#21463)

This commit is contained in:
David Cheung
2026-04-01 21:17:50 -07:00
committed by GitHub
parent 24997fe42c
commit ed427e1299
48 changed files with 74 additions and 70 deletions
@@ -314,7 +314,7 @@ mod model_info_tests {
let req = Request::builder()
.method("GET")
.uri("/get_server_info")
.uri("/server_info")
.body(Body::empty())
.unwrap();
@@ -445,7 +445,7 @@ mod model_info_tests {
let req = Request::builder()
.method("GET")
.uri("/get_server_info")
.uri("/server_info")
.body(Body::empty())
.unwrap();
let resp = app.clone().oneshot(req).await.unwrap();