refactor: Clean up unused imports and improve error handling in middleware and DTOs
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
use axum::http::StatusCode;
|
||||
use serde::Serialize;
|
||||
use std::fmt;
|
||||
|
||||
#[derive(Debug, Serialize)]
|
||||
pub enum AppError {
|
||||
|
||||
Reference in New Issue
Block a user