mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(config): add fetch endpoint for config table (#481)
This commit is contained in:
@ -17,7 +17,7 @@ pub struct ConfigNew {
|
||||
#[diesel(table_name = configs)]
|
||||
|
||||
pub struct Config {
|
||||
#[serde(skip_serializing)]
|
||||
#[serde(skip)]
|
||||
pub id: i32,
|
||||
pub key: String,
|
||||
pub config: String,
|
||||
|
||||
Reference in New Issue
Block a user