Merge branch 'v0.8.x' into yanns/v0.8.9

This commit is contained in:
Yann Simon
2026-04-07 11:40:51 +02:00
9 changed files with 42 additions and 22 deletions
+1
View File
@@ -114,6 +114,7 @@ async fn list_keys(State(state): State<SharedState>) -> String {
.join("\n")
}
#[allow(deprecated)]
fn admin_routes() -> Router<SharedState> {
async fn delete_all_keys(State(state): State<SharedState>) {
state.write().unwrap().db.clear();