Refactor the utils (remove them)

This commit is contained in:
Tobias Reisinger 2024-05-29 00:58:51 +02:00
commit e3f3f85ef5
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 11 additions and 23 deletions

View file

@ -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> {