This commit is contained in:
Alex Emmet 2026-04-08 11:41:03 +02:00
commit 17929bdad3
2 changed files with 1 additions and 2 deletions

View file

@ -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(