fix trash and additional bugs
This commit is contained in:
@@ -6,12 +6,8 @@ use axum::{
|
||||
response::{Response, IntoResponse},
|
||||
body::Body,
|
||||
};
|
||||
use async_trait::async_trait;
|
||||
use futures::future::BoxFuture;
|
||||
|
||||
use crate::common::di::AppState;
|
||||
use crate::common::errors::AppError;
|
||||
use crate::domain::entities::user::UserRole;
|
||||
|
||||
// Extensión para almacenar datos del usuario autenticado
|
||||
#[derive(Clone, Debug)]
|
||||
|
||||
@@ -2,7 +2,6 @@ use std::task::{Context, Poll};
|
||||
use std::future::Future;
|
||||
use std::pin::Pin;
|
||||
use axum::{
|
||||
body::Body,
|
||||
extract::Request,
|
||||
response::Response,
|
||||
middleware::Next,
|
||||
|
||||
Reference in New Issue
Block a user