Refactor the utils (remove them)
This commit is contained in:
parent
45409168d6
commit
e3f3f85ef5
4 changed files with 11 additions and 23 deletions
|
|
@ -15,7 +15,6 @@ use crate::app_state::AppState;
|
|||
mod app_state;
|
||||
mod handlers;
|
||||
mod settings;
|
||||
mod utils;
|
||||
|
||||
#[actix_web::main]
|
||||
async fn main() -> Result<(), std::io::Error> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue