feat: add status endpoint to server api

This commit is contained in:
Andrew Phillips
2025-08-28 17:10:58 -03:00
committed by Andrew Phillips (aider)
parent fe41f95570
commit d693f9d5f2

View File

@@ -4,8 +4,7 @@ use axum::{
response::Json, response::Json,
}; };
use crate::modes::server::common::{AppState, ApiResponse, StatusInfoResponse}; use crate::modes::server::common::{AppState, StatusInfoResponse};
use crate::common::status::StatusInfo;
#[utoipa::path( #[utoipa::path(
get, get,