mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): add db interface for /relay (#6879)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -58,6 +58,8 @@ pub mod verify_connector;
|
||||
pub mod webhook_events;
|
||||
pub mod webhooks;
|
||||
|
||||
pub mod relay;
|
||||
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
pub use self::app::DummyConnector;
|
||||
#[cfg(all(feature = "olap", feature = "recon", feature = "v1"))]
|
||||
@ -66,7 +68,7 @@ pub use self::app::{
|
||||
ApiKeys, AppState, ApplePayCertificatesMigration, Cache, Cards, Configs, ConnectorOnboarding,
|
||||
Customers, Disputes, EphemeralKey, Files, Forex, Gsm, Health, Mandates, MerchantAccount,
|
||||
MerchantConnectorAccount, PaymentLink, PaymentMethods, Payments, Poll, Profile, ProfileNew,
|
||||
Refunds, SessionState, User, Webhooks,
|
||||
Refunds, Relay, SessionState, User, Webhooks,
|
||||
};
|
||||
#[cfg(feature = "olap")]
|
||||
pub use self::app::{Blocklist, Organization, Routing, Verify, WebhookEvents};
|
||||
|
||||
Reference in New Issue
Block a user