[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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue