Skip to content

Commit b068197

Browse files
committed
update for axum07
1 parent 6b6262f commit b068197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use axum::{
88
http::header::HeaderMap,
99
response::{Html, IntoResponse, Response},
1010
routing::get,
11-
Router, Server,
11+
Router,
1212
};
1313
use token::{on_connection_init, QueryRoot, SubscriptionRoot, Token, TokenSchema};
1414

0 commit comments

Comments
 (0)