refactor(middlewares): move MiddlewareError from crate::utility to crate::middlewares

This commit is contained in:
2025-09-02 08:52:15 +04:00
parent 8fba0fc709
commit 7c973bfda0
4 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,2 @@
pub mod error;
pub mod hasher;
pub mod jwt;
pub mod telegram;