This commit is contained in:
ParrotXray 2026-05-23 11:47:08 +00:00
parent 5e146717d9
commit abbb54d591

View File

@ -93,9 +93,10 @@ impl System {
.run(app_services.ml_engine.clone(), app_services.suricata_engine.clone())
.await?;
app_services.run().await?;
self.run_http_server().await?;
log!(SystemLog::InitializeComplete);
self.run_http_server().await?;
Ok(())
}