feat: add channel ordering

This commit is contained in:
Radical 2025-05-26 22:26:16 +02:00
parent bcb82d0f46
commit d8541b2eea
7 changed files with 74 additions and 15 deletions

View file

@ -60,6 +60,8 @@ pub enum Error {
BadRequest(String),
#[error("{0}")]
Unauthorized(String),
#[error("{0}")]
InternalServerError(String),
}
impl ResponseError for Error {