start refactor of ip management

This commit is contained in:
2025-12-14 21:22:07 +00:00
parent 3b5e7e1986
commit 7cabefc76e
13 changed files with 1500 additions and 777 deletions

View File

@@ -1,9 +1,9 @@
mod deploy;
mod api;
mod database;
mod controller;
mod database;
mod deploy;
#[actix_web::main]
async fn main() {
api::routes::start().await;
_ = api::routes::start().await;
}