Split frontend config API into file_config, server, and health modules
This commit is contained in:
@@ -22,3 +22,9 @@ export interface ServerStatus {
|
||||
export interface ServerStatusResponse {
|
||||
status: ServerStatus;
|
||||
}
|
||||
|
||||
/** Response shape for ``GET /api/health``. */
|
||||
export interface HealthResponse {
|
||||
status: "ok";
|
||||
fail2ban: "online" | "offline";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user