mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(router): Add new JWT authentication variants and use them (#2835)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -146,6 +146,7 @@ pub fn mk_app(
|
||||
.service(routes::Analytics::server(state.clone()))
|
||||
.service(routes::Routing::server(state.clone()))
|
||||
.service(routes::Gsm::server(state.clone()))
|
||||
.service(routes::User::server(state.clone()))
|
||||
}
|
||||
|
||||
#[cfg(all(feature = "olap", feature = "kms"))]
|
||||
|
||||
Reference in New Issue
Block a user