[Clean]
This commit is contained in:
parent
b37ec732f7
commit
17929bdad3
2 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ use actix_web::{HttpRequest, HttpResponse, Responder, web};
|
|||
use iota_storage::util::config_util::CONFIG;
|
||||
use serde_json::{Value, json};
|
||||
use std::net::SocketAddr;
|
||||
use std::sync::Arc;
|
||||
|
||||
pub fn api_config(cfg: &mut web::ServiceConfig) {
|
||||
cfg.service(
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
use crate::api::api_config;
|
||||
use crate::web_path_parser;
|
||||
use actix_web::{App, Error, HttpRequest, HttpServer, Responder, dev::ServerHandle, web};
|
||||
use actix_web::{App, HttpServer, dev::ServerHandle, web};
|
||||
use iota_logger::log;
|
||||
use iota_state::{ACTIVE_TASKS, SHUTDOWN};
|
||||
use iota_util::file_util::load_file_buf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue