Skip to content

Commit

Permalink
forgotten rename
Browse files Browse the repository at this point in the history
  • Loading branch information
koivunej committed Oct 6, 2023
1 parent 5726f1f commit 33a89bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageserver/src/http/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ pub fn make_router(
testing_api_handler("getpage@lsn", r, getpage_at_lsn_handler)
})
.get(
"/v1/tenant/:tenant_id/timeline/:timeline_id/partitioning",
"/v1/tenant/:tenant_id/timeline/:timeline_id/keyspace",
|r| testing_api_handler("read out the keyspace", r, timeline_collect_keyspace),
)
.any(handler_404))
Expand Down

0 comments on commit 33a89bf

Please sign in to comment.