mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-18 23:10:51 +01:00
laden von erweiterungen implementiert
This commit is contained in:
@ -227,5 +227,5 @@ pub fn open_encrypted_database(
|
||||
let mut db = state.0.lock().map_err(|e| e.to_string())?;
|
||||
*db = Some(conn);
|
||||
|
||||
Ok(format!("Verschlüsselte CRDT-Datenbank geöffnet: {}", path))
|
||||
Ok(format!("success"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user