Added lib to service

This commit is contained in:
Benjamin Sherriff
2023-10-04 19:58:54 -04:00
parent cee9dbdc81
commit ecc65222b6
20 changed files with 169 additions and 166 deletions

View File

@@ -9,7 +9,6 @@ use actix_web::{HttpServer, App};
use dotenv::dotenv;
use log::{error, info};
mod error_handler;
mod db;
#[actix_web::main]