Skip to content

Commit a57e1a6

Browse files
committed
update for axum07
1 parent b068197 commit a57e1a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

axum/token-from-header/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ use axum::{
1111
Router,
1212
};
1313
use token::{on_connection_init, QueryRoot, SubscriptionRoot, Token, TokenSchema};
14+
use tokio::net::TcpListener;
1415

1516
async fn graphql_playground() -> impl IntoResponse {
1617
Html(playground_source(

0 commit comments

Comments
 (0)