// Copyright (c) reifydb.com 2025
// This file is licensed under the AGPL-3.0-or-later, see license.md file
usereifydb_engine::StandardEngine;usereifydb_network::HttpResponse;pubfnhandle_health(_engine:&StandardEngine)-> HttpResponse{HttpResponse::ok().with_json(r#"{"status":"healthy","service":"reifydb-admin","version":"0.0.1"}"#)}