refactor: move generate_status_info to common module and update imports

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-12 15:46:23 -03:00
parent 0994ff0e48
commit 71fac1e507
4 changed files with 135 additions and 132 deletions

View File

@@ -7,7 +7,7 @@ use log::warn;
use std::net::SocketAddr;
use crate::modes::server::common::{AppState, ApiResponse, check_auth};
use crate::modes::status::{generate_status_info, StatusInfo};
use crate::common::status::{generate_status_info, StatusInfo};
use crate::meta_plugin::MetaPluginType;
pub async fn handle_status(