mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-30 20:28:11 -07:00
add brk_website serving tests
This commit is contained in:
@@ -8,6 +8,7 @@ use axum::{
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
/// Website error type that maps to HTTP status codes.
|
||||
#[derive(Debug)]
|
||||
pub struct Error(StatusCode, String);
|
||||
|
||||
impl Error {
|
||||
|
||||
Reference in New Issue
Block a user