mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): add support for relay refund incoming webhooks (#6974)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -142,6 +142,7 @@ pub fn mk_app(
|
||||
.service(routes::Customers::server(state.clone()))
|
||||
.service(routes::Configs::server(state.clone()))
|
||||
.service(routes::MerchantConnectorAccount::server(state.clone()))
|
||||
.service(routes::RelayWebhooks::server(state.clone()))
|
||||
.service(routes::Webhooks::server(state.clone()))
|
||||
.service(routes::Relay::server(state.clone()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user