Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cberkhoff committed Oct 31, 2024
1 parent ef008fa commit 48dfcfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipa-core/src/net/server/handlers/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ pub fn h2h_router(transport: MpcHttpTransport) -> Router {
.layer(layer_fn(HelperAuthentication::<_, Helper>::new))
}

/// Construct router for shard-to-shard communications similar to [`h2h_router`].
pub fn s2s_router(transport: ShardHttpTransport) -> Router {
Router::new()
.merge(prepare::router(transport.inner_transport))
Expand Down

0 comments on commit 48dfcfe

Please sign in to comment.