refactor: Fix errors in api/router/

This commit is contained in:
Ginger
2026-04-13 16:20:47 -04:00
parent 0f64e6b49c
commit 0c7abd792d
8 changed files with 275 additions and 482 deletions
+2
View File
@@ -60,6 +60,8 @@ pub enum Error {
Path(#[from] axum::extract::rejection::PathRejection),
#[error("Mutex poisoned: {0}")]
Poison(Cow<'static, str>),
#[error(transparent)]
Query(#[from] axum::extract::rejection::QueryRejection),
#[error("Regex error: {0}")]
Regex(#[from] regex::Error),
#[error("{0}")]