Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move p2p diagnostic APIs to its own mod #741

Merged
merged 16 commits into from
Nov 18, 2024
Merged

Conversation

vbhattaccmu
Copy link
Contributor

No description provided.

fn p2p_peer_multiaddr_route(
p2p_client: Client,
) -> impl Filter<Extract = (impl Reply,), Error = Rejection> + Clone {
warp::path!("p2p" / "peers" / "get-multiaddress")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

method is post, but the actual route is "get-multiaddress"?

Copy link
Contributor Author

@vbhattaccmu vbhattaccmu Nov 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed it as GET method

@vbhattaccmu vbhattaccmu marked this pull request as ready for review November 12, 2024 14:15
@vbhattaccmu vbhattaccmu merged commit f16de98 into main Nov 18, 2024
3 checks passed
@vbhattaccmu vbhattaccmu deleted the refactor/diagnostics-api branch November 18, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants