This commit is contained in:
2023-08-29 21:34:00 +02:00
parent 852fd3bb42
commit 9920fc6287
6 changed files with 252 additions and 193 deletions

View File

@@ -11,7 +11,7 @@ pub mod sqlite;
mod view;
pub use error::{Error, RequestError, StartError};
pub use error::{CommandError, Error, RequestError, StartError};
#[derive(Clone)]
pub struct AppState {