chore: pub errors so it wont complain
This commit is contained in:
parent
8d51d4728f
commit
7cc9d820f6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ mod server;
|
||||||
mod model;
|
mod model;
|
||||||
mod routes;
|
mod routes;
|
||||||
|
|
||||||
mod errors;
|
pub mod errors;
|
||||||
mod config;
|
mod config;
|
||||||
|
|
||||||
#[cfg(feature = "cli")]
|
#[cfg(feature = "cli")]
|
||||||
|
|
Loading…
Reference in a new issue