Working on adsb

This commit is contained in:
2025-05-03 16:01:29 -04:00
parent 1d4b8338cc
commit dc1a6de6c6
6 changed files with 369 additions and 169 deletions

View File

@@ -4,7 +4,6 @@ use actix_cors::Cors;
use actix_web::{App, HttpServer, middleware::Logger, web};
use dotenv::from_filename;
use reqwest::Certificate;
use uuid::Uuid;
use crate::account::hash;
use crate::users::{User, ADMIN_ROLE};