mirror of
https://github.com/ParrotXray/Mantis.git
synced 2026-08-24 18:50:28 +09:00
wip
This commit is contained in:
parent
5e146717d9
commit
abbb54d591
@ -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(())
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user