feat: add status endpoint to server api
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
fe41f95570
commit
d693f9d5f2
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user