refactor: Clean up unused imports and improve error handling in middleware and DTOs

This commit is contained in:
MythEclipse
2025-10-23 22:44:32 +07:00
parent 6915a97d79
commit 3fcfb3709e
7 changed files with 47 additions and 18 deletions
-1
View File
@@ -1,6 +1,5 @@
use axum::http::StatusCode;
use serde::Serialize;
use std::fmt;
#[derive(Debug, Serialize)]
pub enum AppError {