Archived
feat: neuron-rs — Rust runtime, Engram-backed, Axon protocol
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use axum::Json;
|
||||
use serde_json::{json, Value};
|
||||
|
||||
pub async fn health() -> Json<Value> {
|
||||
Json(json!({ "status": "ok", "version": "1.0.0" }))
|
||||
}
|
||||
Reference in New Issue
Block a user