mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-05 12:31:41 +02:00
release: 1.0.5
fix fix
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
use axum::{extract::FromRef, middleware::from_fn_with_state, Router};
|
||||
use axum::{Router, extract::FromRef, middleware::from_fn_with_state};
|
||||
use axum_session::SessionLayer;
|
||||
use axum_session_auth::{AuthConfig, AuthSessionLayer};
|
||||
use axum_session_surreal::SessionSurrealPool;
|
||||
use common::storage::types::user::User;
|
||||
use surrealdb::{engine::any::Any, Surreal};
|
||||
use surrealdb::{Surreal, engine::any::Any};
|
||||
|
||||
use crate::{
|
||||
html_state::HtmlState,
|
||||
|
||||
Reference in New Issue
Block a user