mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(router): adding generic tokenization endpoint (#7905)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -140,3 +140,6 @@ pub(crate) mod metrics {
|
||||
counter_metric!(DATABASE_CALLS_COUNT, GLOBAL_METER);
|
||||
histogram_metric_f64!(DATABASE_CALL_TIME, GLOBAL_METER);
|
||||
}
|
||||
|
||||
#[cfg(feature = "tokenization_v2")]
|
||||
pub mod tokenization;
|
||||
|
||||
Reference in New Issue
Block a user