feat: slightly better config
This commit is contained in:
@ -139,7 +139,7 @@ pub async fn init_profile(
|
||||
pub async fn set_cfg(
|
||||
state: State<'_, Mutex<AppData>>,
|
||||
key: String,
|
||||
value: String
|
||||
value: serde_json::Value
|
||||
) -> Result<(), ()> {
|
||||
log::debug!("invoke: sync_cfg({}, {})", key, value);
|
||||
|
||||
|
Reference in New Issue
Block a user