perf(struct): ddd
This commit is contained in:
@@ -5,7 +5,7 @@ use uuid::Uuid;
|
||||
async fn jwks_endpoint_allows_rs256_verification_via_auth_kit() {
|
||||
let app = Router::new().route(
|
||||
"/.well-known/jwks.json",
|
||||
get(iam_service::handlers::jwks_handler),
|
||||
get(iam_service::presentation::http::handlers::jwks::jwks_handler),
|
||||
);
|
||||
|
||||
let listener = tokio::net::TcpListener::bind("127.0.0.1:0").await.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user