mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(analytics): analytics APIs (#2676)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -37,3 +37,5 @@ pub use self::app::{
|
||||
};
|
||||
#[cfg(feature = "stripe")]
|
||||
pub use super::compatibility::stripe::StripeApis;
|
||||
#[cfg(feature = "olap")]
|
||||
pub use crate::analytics::routes::{self as analytics, Analytics};
|
||||
|
||||
Reference in New Issue
Block a user