mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): added api for the deleting config key (#3554)
Co-authored-by: Kartikeya Hegde <karthihegde010@gmail.com> Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
This commit is contained in:
@ -82,6 +82,8 @@ pub enum Flow {
|
||||
ConfigKeyFetch,
|
||||
/// ConfigKey Update flow.
|
||||
ConfigKeyUpdate,
|
||||
/// ConfigKey Delete flow.
|
||||
ConfigKeyDelete,
|
||||
/// Customers create flow.
|
||||
CustomersCreate,
|
||||
/// Customers retrieve flow.
|
||||
|
||||
Reference in New Issue
Block a user