mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +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:
@ -1,6 +1,8 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
#[cfg(feature = "olap")]
|
||||
mod analytics;
|
||||
#[cfg(feature = "stripe")]
|
||||
pub mod compatibility;
|
||||
pub mod configs;
|
||||
@ -141,6 +143,7 @@ pub fn mk_app(
|
||||
.service(routes::ApiKeys::server(state.clone()))
|
||||
.service(routes::Files::server(state.clone()))
|
||||
.service(routes::Disputes::server(state.clone()))
|
||||
.service(routes::Analytics::server(state.clone()))
|
||||
}
|
||||
|
||||
#[cfg(all(feature = "olap", feature = "kms"))]
|
||||
|
||||
Reference in New Issue
Block a user