release: 1.0.5

fix

fix
This commit is contained in:
Per Stark
2026-06-24 22:02:31 +02:00
parent ba3fd6ed46
commit 99faca05dc
119 changed files with 1057 additions and 700 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ use std::sync::Arc;
use api_router::{api_routes_v1, api_state::ApiState};
use axum::{
body::{to_bytes, Body},
http::{Request, StatusCode},
Router,
body::{Body, to_bytes},
http::{Request, StatusCode},
};
use common::{
storage::{db::SurrealDbClient, store::StorageManager, types::user::User},