allows scrolling backwards through history
This commit is contained in:
@@ -6,7 +6,7 @@ use crate::http::api::setup_api;
|
||||
use crate::http::websocket::setup_websocket;
|
||||
use crate::telemetry::management_service::TelemetryManagementService;
|
||||
use actix_web::{web, App, HttpServer};
|
||||
use log::{error, info};
|
||||
use log::info;
|
||||
use std::sync::Arc;
|
||||
use tokio_util::sync::CancellationToken;
|
||||
|
||||
@@ -29,7 +29,5 @@ pub async fn setup(
|
||||
.run()
|
||||
.await?;
|
||||
|
||||
error!("http setup end");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user