mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(router): add /retrieve api for relay (#6918)
This commit is contained in:
@ -533,6 +533,8 @@ pub enum Flow {
|
||||
VolumeSplitOnRoutingType,
|
||||
/// Relay flow
|
||||
Relay,
|
||||
/// Relay retrieve flow
|
||||
RelayRetrieve,
|
||||
}
|
||||
|
||||
/// Trait for providing generic behaviour to flow metric
|
||||
|
||||
Reference in New Issue
Block a user