mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): Default configs and toggle api for dynamic routing feature (#5830)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -244,6 +244,10 @@ pub enum Flow {
|
||||
RoutingUpdateDefaultConfig,
|
||||
/// Routing delete config
|
||||
RoutingDeleteConfig,
|
||||
/// Toggle dynamic routing
|
||||
ToggleDynamicRouting,
|
||||
/// Update dynamic routing config
|
||||
UpdateDynamicRoutingConfigs,
|
||||
/// Add record to blocklist
|
||||
AddToBlocklist,
|
||||
/// Delete record from blocklist
|
||||
|
||||
Reference in New Issue
Block a user