Skip to content

Commit

Permalink
Update crates/cdk-axum/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: thesimplekid <[email protected]>
  • Loading branch information
lollerfirst and thesimplekid authored Sep 24, 2024
1 parent 331fb4e commit f4414c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cdk-axum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub async fn create_mint_router(
.max_capacity(10_000)
.time_to_live(Duration::from_secs(60 * 60 * 24))
.time_to_idle(Duration::from_secs(60 * 60 * 24))
.build_with_hasher(std::hash::RandomState::default()),
.build(),
};

let v1_router = Router::new()
Expand Down

0 comments on commit f4414c7

Please sign in to comment.